Documentation ¶
Index ¶
- func AccAddrByKeyRef(keyring keyring.Keyring, keyRef string) (sdk.AccAddress, error)
- func CmdCreateDidDoc() *cobra.Command
- func CmdDeactivateDidDoc() *cobra.Command
- func CmdGetDid() *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 SignInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccAddrByKeyRef ¶
func CmdCreateDidDoc ¶
func CmdDeactivateDidDoc ¶
func CmdUpdateDidDoc ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func SetFeePayerFromSigner ¶
Types ¶
type SignInput ¶
type SignInput struct { VerificationMethodId string PrivKey ed25519.PrivateKey }
func GetPayloadAndSignInputs ¶
Click to show internal directories.
Click to hide internal directories.