Stellar.XDR.InnerTransactionResultPair (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar InnerTransactionResultPair
type.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.XDR.InnerTransactionResultPair{ result: Stellar.XDR.InnerTransactionResult.t(), transaction_hash: Stellar.XDR.Hash.t() }
Link to this section Functions
Specs
new( transaction_hash :: Stellar.XDR.Hash.t(), result :: Stellar.XDR.InnerTransactionResult.t() ) :: t()