Documentation ¶
Index ¶
- func AccAddrByKeyRef(keyring keyring.Keyring, keyRef string) (sdk.AccAddress, error)
- func CmdCreateDidDoc() *cobra.Command
- func CmdDeactivateDidDoc() *cobra.Command
- func CmdGetAllDidDocVersionsMetadata() *cobra.Command
- func CmdGetDidDoc() *cobra.Command
- func CmdGetDidDocVersion() *cobra.Command
- func CmdUpdateDidDoc() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func SetFeePayerFromSigner(ctx *client.Context) error
- func SignWithSignInputs(signBytes []byte, signInputs []SignInput) []*types.SignInfo
- type PayloadWithSignInputs
- type SignInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccAddrByKeyRef ¶
func CmdCreateDidDoc ¶
func CmdDeactivateDidDoc ¶
func CmdGetDidDoc ¶
func CmdGetDidDocVersion ¶
func CmdUpdateDidDoc ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func SetFeePayerFromSigner ¶
Types ¶
type PayloadWithSignInputs ¶
type PayloadWithSignInputs struct { Payload json.RawMessage SignInputs []SignInput }
type SignInput ¶
type SignInput struct { VerificationMethodID string PrivKey ed25519.PrivateKey }
func ReadPayloadWithSignInputsFromFile ¶
func ReadPayloadWithSignInputsFromFile(filePath string) (json.RawMessage, []SignInput, error)
Click to show internal directories.
Click to hide internal directories.