Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusCodeString = []string{
"Success",
"UnauthorizedRequester",
"ReadStreamError",
"DecodeRequestError",
"EncodeRequestError",
"ProposalRemarshalMismatch",
"WalletKeyNotFound",
"WalletSignError",
"MarshalSignatureError",
"EncodeResponseError",
}
Functions ¶
This section is empty.
Types ¶
type SignerResponse ¶
type SignerResponse struct { Code StatusCode Message string Signature []byte }
func (*SignerResponse) MarshalCBOR ¶
func (t *SignerResponse) MarshalCBOR(w io.Writer) error
func (*SignerResponse) UnmarshalCBOR ¶
func (t *SignerResponse) UnmarshalCBOR(r io.Reader) error
type StatusCode ¶
type StatusCode uint64
const ( Success StatusCode = iota ReadStreamError DecodeRequestError EncodeRequestError ProposalRemarshalMismatch WalletKeyNotFound WalletSignError MarshalSignatureError EncodeResponseError )
Click to show internal directories.
Click to hide internal directories.