InvokeHostFunctionOpXdr

XDR Source: struct InvokeHostFunctionOp { // Host function to invoke. HostFunction hostFunction; // Per-address authorizations for this host function. SorobanAuthorizationEntry auth<>; };

Constructors

Link copied to clipboard
constructor(hostFunction: HostFunctionXdr, auth: List<SorobanAuthorizationEntryXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Host function to invoke.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)