Interface QuerySmartContractStateResponseSDKType

QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method

interface QuerySmartContractStateResponseSDKType {
    data: Uint8Array;
}

Properties

Properties

data: Uint8Array