Documentation ¶
Index ¶
- type TxInput
- func (input *TxInput) GetDriver() xc.Driver
- func (input *TxInput) GetPublicKey() []byte
- func (input *TxInput) IndependentOf(other xc.TxInput) (independent bool)
- func (input *TxInput) SafeFromDoubleSend(others ...xc.TxInput) (safe bool)
- func (input *TxInput) SetGasFeePriority(other xc.GasFeePriority) error
- func (input *TxInput) SetMemo(memo string)
- func (input *TxInput) SetPublicKey(publicKey []byte) error
- func (input *TxInput) SetPublicKeyFromStr(publicKeyStr string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxInput ¶
type TxInput struct { xc.TxInputEnvelope Sequence int64 `json:"Sequence"` LastLedgerSequence int64 `json:"LastLedgerSequence"` LegacyMemo string `json:"Memo,omitempty"` PublicKey []byte }
TxInput for Template
func NewTxInput ¶
func NewTxInput() *TxInput
func (*TxInput) GetPublicKey ¶
func (*TxInput) IndependentOf ¶
func (*TxInput) SafeFromDoubleSend ¶
func (*TxInput) SetGasFeePriority ¶
func (input *TxInput) SetGasFeePriority(other xc.GasFeePriority) error
func (*TxInput) SetPublicKey ¶
func (*TxInput) SetPublicKeyFromStr ¶
Click to show internal directories.
Click to hide internal directories.