ContractExecutableExternalRefXdr

data class ContractExecutableExternalRefXdr(val executableOwner: SCAddressXdr, val tag: ByteArray)

XDR Source: struct ContractExecutableExternalRef { SCAddress executable_owner; SCString tag; };

Constructors

Link copied to clipboard
constructor(executableOwner: SCAddressXdr, tag: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The executable tag as text.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)
Link copied to clipboard
Link copied to clipboard
fun toXdrJsonElement(): JsonElement