GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC

interface GetTxDescriptorResponseAmino {
    tx?: TxDescriptorAmino;
}

Properties

Properties

tx provides information on msgs that can be forwarded to the application alongside the accepted transaction protobuf type