Documentation ¶
Index ¶
- type ReceiptCapn
- func (s ReceiptCapn) Data() []byte
- func (s ReceiptCapn) MarshalCapLit() ([]byte, error)
- func (s ReceiptCapn) MarshalJSON() ([]byte, error)
- func (s ReceiptCapn) SetData(v []byte)
- func (s ReceiptCapn) SetSndAddr(v []byte)
- func (s ReceiptCapn) SetTxHash(v []byte)
- func (s ReceiptCapn) SetValue(v []byte)
- func (s ReceiptCapn) SndAddr() []byte
- func (s ReceiptCapn) TxHash() []byte
- func (s ReceiptCapn) Value() []byte
- func (s ReceiptCapn) WriteCapLit(w io.Writer) error
- func (s ReceiptCapn) WriteJSON(w io.Writer) error
- type ReceiptCapn_List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiptCapn ¶
func AutoNewReceiptCapn ¶
func AutoNewReceiptCapn(s *C.Segment) ReceiptCapn
func NewReceiptCapn ¶
func NewReceiptCapn(s *C.Segment) ReceiptCapn
func NewRootReceiptCapn ¶
func NewRootReceiptCapn(s *C.Segment) ReceiptCapn
func ReadRootReceiptCapn ¶
func ReadRootReceiptCapn(s *C.Segment) ReceiptCapn
func (ReceiptCapn) Data ¶
func (s ReceiptCapn) Data() []byte
func (ReceiptCapn) MarshalCapLit ¶
func (s ReceiptCapn) MarshalCapLit() ([]byte, error)
func (ReceiptCapn) MarshalJSON ¶
func (s ReceiptCapn) MarshalJSON() ([]byte, error)
func (ReceiptCapn) SetData ¶
func (s ReceiptCapn) SetData(v []byte)
func (ReceiptCapn) SetSndAddr ¶
func (s ReceiptCapn) SetSndAddr(v []byte)
func (ReceiptCapn) SetTxHash ¶
func (s ReceiptCapn) SetTxHash(v []byte)
func (ReceiptCapn) SetValue ¶
func (s ReceiptCapn) SetValue(v []byte)
func (ReceiptCapn) SndAddr ¶
func (s ReceiptCapn) SndAddr() []byte
func (ReceiptCapn) TxHash ¶
func (s ReceiptCapn) TxHash() []byte
func (ReceiptCapn) Value ¶
func (s ReceiptCapn) Value() []byte
func (ReceiptCapn) WriteCapLit ¶
func (s ReceiptCapn) WriteCapLit(w io.Writer) error
type ReceiptCapn_List ¶
type ReceiptCapn_List C.PointerList
func NewReceiptCapnList ¶
func NewReceiptCapnList(s *C.Segment, sz int) ReceiptCapn_List
func (ReceiptCapn_List) At ¶
func (s ReceiptCapn_List) At(i int) ReceiptCapn
func (ReceiptCapn_List) Len ¶
func (s ReceiptCapn_List) Len() int
func (ReceiptCapn_List) Set ¶
func (s ReceiptCapn_List) Set(i int, item ReceiptCapn)
func (ReceiptCapn_List) ToArray ¶
func (s ReceiptCapn_List) ToArray() []ReceiptCapn
Click to show internal directories.
Click to hide internal directories.