Export

DeploySmartContractRequest

interface DeploySmartContractRequest {
    signed_payload: string;
}

Properties

Properties

signed_payload: string

The hex-encoded signed payload of the contract deployment transaction.

Memberof

DeploySmartContractRequest