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

interface QueryCodeResponseAmino {
    code_info?: CodeInfoResponseAmino;
    data: string;
}

Properties

Properties

data: string