Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateV1Wrapper ¶
type CertificateV1Wrapper struct {
Certificate *certify.CertificateV1
Status *api.TransactionStatus
}
CertificateV1Wrapper wraps a CertificateV1 with its blockchain status.
type SecretV1Wrapper ¶
type SecretV1Wrapper struct {
Secret *certify.SecretV1
Status *api.TransactionStatus
}
CertificateV1Wrapper wraps a CertificateV1 with its blockchain status.
type SecretV1Wrappers ¶
type SecretV1Wrappers struct {
Secrets []*SecretV1Wrapper
Total int
}
SecretV1Wrappers wraps a list of SecretV1Wrapper with the total transactions available in the blockchain. The API by default, will only returns 10 transactions.
Click to show internal directories.
Click to hide internal directories.