Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOU ¶
type IOU struct { // Amount the borrower owes the lender Amount uint // Unique identifier of this state LinearID string // The list of owners of this state Parties []view.Identity }
IOU models the IOU state
func (*IOU) Owners ¶
func (i *IOU) Owners() state.Identities
Owners returns the list of identities owning this state
func (*IOU) SetLinearID ¶
Click to show internal directories.
Click to hide internal directories.