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

interface QueryCodeResponse {
    codeInfo?: CodeInfoResponse;
    data: Uint8Array;
}

Properties

Properties

codeInfo?: CodeInfoResponse
data: Uint8Array