Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
Version int64 `json:"version"`
PublicKey jsonb.PK `json:"public_key"`
Timestamp int64 `json:"timestamp"`
RelayPubkey jsonb.PK `json:"relay_pubkey"`
Signature jsonb.B `json:"signature"`
Nonce string `json:"nonce"`
Contract *servicekey.Contract `json:"contract,omitempty"`
}
T is the struct holding the sharetoken data.
func (*T) IsExpiredAt ¶
func (*T) IsSettlingAt ¶
Click to show internal directories.
Click to hide internal directories.