Documentation ¶
Index ¶
- type TxIn
- func (txIn *TxIn) CheckStandard() (bool, string)
- func (txIn *TxIn) Decode(reader io.Reader) error
- func (txIn *TxIn) Encode(writer io.Writer) error
- func (txIn *TxIn) EncodeSize() uint32
- func (txIn *TxIn) GetScriptSig() *script.Script
- func (txIn *TxIn) Serialize(writer io.Writer) error
- func (txIn *TxIn) SerializeSize() uint32
- func (txIn *TxIn) SetScriptSig(scriptSig *script.Script)
- func (txIn *TxIn) String() string
- func (txIn *TxIn) Unserialize(reader io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxIn ¶
type TxIn struct { PreviousOutPoint *outpoint.OutPoint Sequence uint32 // contains filtered or unexported fields }
func (*TxIn) CheckStandard ¶
func (*TxIn) EncodeSize ¶
func (*TxIn) GetScriptSig ¶
func (*TxIn) SerializeSize ¶
func (*TxIn) SetScriptSig ¶
Click to show internal directories.
Click to hide internal directories.