Interface BroadcastContractInvocationRequest

Export

BroadcastContractInvocationRequest

interface BroadcastContractInvocationRequest {
    signed_payload: string;
}

Properties

Properties

signed_payload: string

The hex-encoded signed payload of the contract invocation

Memberof

BroadcastContractInvocationRequest