Versions in this module Expand all Collapse all v1 v1.11.1 Jun 10, 2024 Changes in this version + type Operation struct + LedgerHeader *xdr.LedgerHeader + OpIndex int32 + TransactionEnvelope *xdr.TransactionEnvelope + TransactionResult *xdr.TransactionResult + TxIndex int32 + func (o *Operation) Get() *xdr.Operation + func (o *Operation) OperationResult() *xdr.OperationResultTr + func (o *Operation) SourceAccount() xdr.AccountId + func (o *Operation) TOID() int64 + func (o *Operation) TransactionHash() (string, error) + type Transaction struct + LedgerHeader *xdr.LedgerHeader + NetworkPassphrase string + TxIndex int32 + func (o *Transaction) SourceAccount() xdr.MuxedAccount + func (tx *Transaction) HasPreconditions() bool + func (tx *Transaction) TOID() int64 + func (tx *Transaction) TransactionHash() (string, error)