Documentation ¶
Index ¶
- type TransactionCapn
- func (s TransactionCapn) Challenge() []byte
- func (s TransactionCapn) Data() []byte
- func (s TransactionCapn) GasLimit() uint64
- func (s TransactionCapn) GasPrice() uint64
- func (s TransactionCapn) MarshalCapLit() ([]byte, error)
- func (s TransactionCapn) MarshalJSON() ([]byte, error)
- func (s TransactionCapn) Nonce() uint64
- func (s TransactionCapn) RcvAddr() []byte
- func (s TransactionCapn) SetChallenge(v []byte)
- func (s TransactionCapn) SetData(v []byte)
- func (s TransactionCapn) SetGasLimit(v uint64)
- func (s TransactionCapn) SetGasPrice(v uint64)
- func (s TransactionCapn) SetNonce(v uint64)
- func (s TransactionCapn) SetRcvAddr(v []byte)
- func (s TransactionCapn) SetSignature(v []byte)
- func (s TransactionCapn) SetSndAddr(v []byte)
- func (s TransactionCapn) SetValue(v []byte)
- func (s TransactionCapn) Signature() []byte
- func (s TransactionCapn) SndAddr() []byte
- func (s TransactionCapn) Value() []byte
- func (s TransactionCapn) WriteCapLit(w io.Writer) error
- func (s TransactionCapn) WriteJSON(w io.Writer) error
- type TransactionCapn_List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionCapn ¶
func AutoNewTransactionCapn ¶
func AutoNewTransactionCapn(s *C.Segment) TransactionCapn
func NewRootTransactionCapn ¶
func NewRootTransactionCapn(s *C.Segment) TransactionCapn
func NewTransactionCapn ¶
func NewTransactionCapn(s *C.Segment) TransactionCapn
func ReadRootTransactionCapn ¶
func ReadRootTransactionCapn(s *C.Segment) TransactionCapn
func (TransactionCapn) Challenge ¶
func (s TransactionCapn) Challenge() []byte
func (TransactionCapn) Data ¶
func (s TransactionCapn) Data() []byte
func (TransactionCapn) GasLimit ¶
func (s TransactionCapn) GasLimit() uint64
func (TransactionCapn) GasPrice ¶
func (s TransactionCapn) GasPrice() uint64
func (TransactionCapn) MarshalCapLit ¶
func (s TransactionCapn) MarshalCapLit() ([]byte, error)
func (TransactionCapn) MarshalJSON ¶
func (s TransactionCapn) MarshalJSON() ([]byte, error)
func (TransactionCapn) Nonce ¶
func (s TransactionCapn) Nonce() uint64
func (TransactionCapn) RcvAddr ¶
func (s TransactionCapn) RcvAddr() []byte
func (TransactionCapn) SetChallenge ¶
func (s TransactionCapn) SetChallenge(v []byte)
func (TransactionCapn) SetData ¶
func (s TransactionCapn) SetData(v []byte)
func (TransactionCapn) SetGasLimit ¶
func (s TransactionCapn) SetGasLimit(v uint64)
func (TransactionCapn) SetGasPrice ¶
func (s TransactionCapn) SetGasPrice(v uint64)
func (TransactionCapn) SetNonce ¶
func (s TransactionCapn) SetNonce(v uint64)
func (TransactionCapn) SetRcvAddr ¶
func (s TransactionCapn) SetRcvAddr(v []byte)
func (TransactionCapn) SetSignature ¶
func (s TransactionCapn) SetSignature(v []byte)
func (TransactionCapn) SetSndAddr ¶
func (s TransactionCapn) SetSndAddr(v []byte)
func (TransactionCapn) SetValue ¶
func (s TransactionCapn) SetValue(v []byte)
func (TransactionCapn) Signature ¶
func (s TransactionCapn) Signature() []byte
func (TransactionCapn) SndAddr ¶
func (s TransactionCapn) SndAddr() []byte
func (TransactionCapn) Value ¶
func (s TransactionCapn) Value() []byte
func (TransactionCapn) WriteCapLit ¶
func (s TransactionCapn) WriteCapLit(w io.Writer) error
type TransactionCapn_List ¶
type TransactionCapn_List C.PointerList
func NewTransactionCapnList ¶
func NewTransactionCapnList(s *C.Segment, sz int) TransactionCapn_List
func (TransactionCapn_List) At ¶
func (s TransactionCapn_List) At(i int) TransactionCapn
func (TransactionCapn_List) Len ¶
func (s TransactionCapn_List) Len() int
func (TransactionCapn_List) Set ¶
func (s TransactionCapn_List) Set(i int, item TransactionCapn)
func (TransactionCapn_List) ToArray ¶
func (s TransactionCapn_List) ToArray() []TransactionCapn
Click to show internal directories.
Click to hide internal directories.