package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 19, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package pof provides a mechanism to generate proofs of funding.
type SKActivationRequest struct {
Pubkey jsonb.PK `json:"pubkey,omitempty"`
Pof *T `json:"pof,omitempty"`
}
type T struct {
Type string `json:"type,omitempty"`
Expiration int64 `json:"expiration,omitempty"`
Nonce string `json:"nonce,omitempty"`
Signature jsonb.B `json:"signature,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.