Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assigner ¶
type Assigner interface {
SignAndChange(tx *types.Transaction) error
}
func NewAssigner ¶
type AssignerType ¶
type AssignerType byte
const ( NoChanges AssignerType = 0x00 FixAmount AssignerType = 0x01 )
Click to show internal directories.
Click to hide internal directories.