Documentation ¶ Index ¶ type WithdrawFromLease func Deserialize(arr []byte) *WithdrawFromLease func New(withdraw uint64, amount uint64, to string, height uint32) *WithdrawFromLease func (s *WithdrawFromLease) Serialize() []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WithdrawFromLease ¶ type WithdrawFromLease struct { Withdraw uint64 Amount uint64 To string Height uint32 } WithdrawFromLease . func Deserialize ¶ func Deserialize(arr []byte) *WithdrawFromLease Deserialize . func New ¶ func New(withdraw uint64, amount uint64, to string, height uint32) *WithdrawFromLease New new a WithdrawFromLease func (*WithdrawFromLease) Serialize ¶ func (s *WithdrawFromLease) Serialize() []byte Serialize . Source Files ¶ View all Source files withdrawfromlease.go Click to show internal directories. Click to hide internal directories.