Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionIntent ¶
type TransactionIntent struct {
Fr []byte `json:"from"`
To []byte `json:"to"`
Seq *math.Uint256 `json:"seq"`
Amt *math.Uint256 `json:"amt"`
Meta []byte `json:"meta"`
}
func (*TransactionIntent) Bytes ¶
func (tx *TransactionIntent) Bytes() []byte
type TransactionState ¶
type TransactionStates ¶
type TransactionStates struct {
ContractId []byte `json:"contract_id"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.