CreateContractHostFn

This variant of auth payload for creating new contract instances doesn't allow specifying the constructor arguments, creating contracts with constructors that take arguments is only possible by authorizing SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_V2_HOST_FN (protocol 22+).

Constructors

Link copied to clipboard
constructor(value: CreateContractArgsXdr)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)