Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { TransactionEnvelope *xdr.TransactionEnvelope TransactionResult *xdr.TransactionResult LedgerHeader *xdr.LedgerHeader OpIndex int32 TxIndex int32 }
func (*Operation) OperationResult ¶
func (o *Operation) OperationResult() *xdr.OperationResultTr
func (*Operation) SourceAccount ¶
func (*Operation) TransactionHash ¶
type Transaction ¶
type Transaction struct { *ingester.LedgerTransaction LedgerHeader *xdr.LedgerHeader TxIndex int32 NetworkPassphrase string }
func (*Transaction) HasPreconditions ¶
func (tx *Transaction) HasPreconditions() bool
func (*Transaction) SourceAccount ¶
func (o *Transaction) SourceAccount() xdr.MuxedAccount
func (*Transaction) TOID ¶
func (tx *Transaction) TOID() int64
func (*Transaction) TransactionHash ¶
func (tx *Transaction) TransactionHash() (string, error)
Click to show internal directories.
Click to hide internal directories.