Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contract ¶
type Contract struct { SettlementOpen int64 `json:"settlement_open,omitempty"` SettlementClose int64 `json:"settlement_close,omitempty"` PublicKey jsonb.PK `json:"public_key,omitempty"` Signature jsonb.B `json:"signature,omitempty"` }
Contract encloses the data of the contract that activated this servicekey.
Click to show internal directories.
Click to hide internal directories.