GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC

interface GetTxDescriptorResponse {
    tx?: TxDescriptor;
}

Properties

Properties

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