QueryCodeResponse is the response type for the Query/Code RPC method

interface QueryCodeResponseSDKType {
    code_info?: CodeInfoResponseSDKType;
    data: Uint8Array;
}

Properties

Properties

data: Uint8Array