types

package
v0.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2023 License: GPL-3.0 Imports: 38 Imported by: 0

Documentation

Overview

Package types is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	AuthenticationRelationshipName       = "Authentication"
	AssertionRelationshipName            = "AssertionMethod"
	KeyAgreementRelationshipName         = "KeyAgreement"
	CapabilityInvocationRelationshipName = "CapabilityInvocation"
	CapabilityDelegationRelationshipName = "CapabilityDelegation"
)
View Source
const (
	EventTypeTimeout = "timeout"

	AttributeKeyAckSuccess = "success"
	AttributeKeyAck        = "acknowledgement"
	AttributeKeyAckError   = "error"
)

IBC events

View Source
const (
	// ModuleName defines the module name
	ModuleName = "identity"

	// StoreKey defines the primary module store key
	StoreKey = ModuleName

	// RouterKey defines the module's message routing key
	RouterKey = ModuleName

	// MemStoreKey defines the in-memory store key
	MemStoreKey = "mem_identity"

	// Version defines the current version the IBC module supports
	Version = "identity-1"

	// PortID is the default port id that module binds to
	PortID = "identity"
)
View Source
const (
	ControllerAccountKeyPrefix      = "ControllerAccount/value/"
	ControllerAccountCountKeyPrefix = "ControllerAccount/count/"
)
View Source
const (
	EscrowAccountKeyPrefix      = "EscrowAccount/value/"
	EscrowAccountCountKeyPrefix = "EscrowAccount/count/"
)
View Source
const (
	TypeMsgCreateControllerAccount = "create_controller_account"
	TypeMsgUpdateControllerAccount = "update_controller_account"
	TypeMsgDeleteControllerAccount = "delete_controller_account"
)
View Source
const (
	TypeMsgCreateEscrowAccount = "create_escrow_account"
	TypeMsgUpdateEscrowAccount = "update_escrow_account"
	TypeMsgDeleteEscrowAccount = "delete_escrow_account"
)
View Source
const (
	WEBAUTHN_DID_METHOD = "webauthn"
	SONR_DID_METHOD     = "sonr"
	BTC_DID_METHOD      = "btcr"
	ETH_DID_METHOD      = "ethr"
	WEB_DID_METHOD      = "web"
	COMM_DID_METHOD     = "commx"
	DNS_DID_METHOD      = "dns"
)
View Source
const (
	// DIDDocumentKeyPrefix is the prefix to retrieve all DIDDocument
	DIDDocumentKeyPrefix = "DIDDocument/value/"
)
View Source
const DefaultIndex uint64 = 1

DefaultIndex is the default global index

View Source
const TypeMsgRegisterIdentity = "register_identity"

Variables

View Source
var (
	ErrInvalidLengthAccount        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAccount          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupAccount = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthDid        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDid          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDid = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrSample               = sdkerrors.Register(ModuleName, 1001, "sample error")
	ErrInvalidPacketTimeout = sdkerrors.Register(ModuleName, 1500, "invalid packet timeout")
	ErrInvalidVersion       = sdkerrors.Register(ModuleName, 1501, "invalid version")
)

x/identity module sentinel errors

View Source
var (
	ErrMpc                   = sdkerrors.Register(ModuleName, 1100, "internal mpc error")
	ErrMpcTimeout            = sdkerrors.Register(ModuleName, 1101, "mpc timeout")
	ErrMpcNotReady           = sdkerrors.Register(ModuleName, 1102, "mpc not ready")
	ErrWebauthnCred          = sdkerrors.Register(ModuleName, 1200, "webauthn credential error")
	ErrWebauthnCredNotFound  = sdkerrors.Register(ModuleName, 1201, "webauthn credential not found")
	ErrWebauthnCredCollision = sdkerrors.Register(ModuleName, 1202, "webauthn credential already exists")
	ErrWebauthnCredAssign    = sdkerrors.Register(ModuleName, 1203, "webauthn credential assignment error")
	ErrWebauthnCredVerify    = sdkerrors.Register(ModuleName, 1204, "webauthn credential verification error")
	ErrUnauthorized          = sdkerrors.Register(ModuleName, 1300, "unauthorized")
	ErrInvalidDid            = sdkerrors.Register(ModuleName, 1400, "invalid did")
	ErrDidCollision          = sdkerrors.Register(ModuleName, 2100, "did already exists")
	ErrDidNotFound           = sdkerrors.Register(ModuleName, 2101, "did not found")
	ErrServiceCollision      = sdkerrors.Register(ModuleName, 3100, "service already exists")
	ErrServiceNotFound       = sdkerrors.Register(ModuleName, 3101, "service not found")
	ErrAliasCollision        = sdkerrors.Register(ModuleName, 4100, "alias already exists")
	ErrAliasNotFound         = sdkerrors.Register(ModuleName, 4101, "alias not found")
	ErrWalletAccountCreation = sdkerrors.Register(ModuleName, 5100, "wallet account creation error")
	ErrWalletAccountNotFound = sdkerrors.Register(ModuleName, 5101, "wallet account not found")
)

x/identity module sentinel errors

View Source
var (
	ErrInvalidLengthGenesis        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenesis          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPacket        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPacket          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPacket = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthParams        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowParams          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTx        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTx          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	// PortKey defines the key to store the port ID in store
	PortKey = KeyPrefix("identity-port-")
)

Functions

func BuildMsgRegisterIdentity added in v0.7.1

func BuildMsgRegisterIdentity(acc *crypto.AccountData, authentication *VerificationMethod, alias string) (*MsgRegisterIdentity, *DIDDocument)

func ControllerAccountKey added in v0.7.1

func ControllerAccountKey(
	index string,
) []byte

func DIDDocumentKey added in v0.6.28

func DIDDocumentKey(
	index string,
) []byte

DIDDocumentKey returns the store key to retrieve a DIDDocument from the index fields

func EscrowAccountKey added in v0.7.1

func EscrowAccountKey(
	index string,
) []byte

func KeyPrefix

func KeyPrefix(p string) []byte

func ParamKeyTable

func ParamKeyTable() paramtypes.KeyTable

ParamKeyTable the param key table for launch module

func RegisterCodec

func RegisterCodec(cdc *codec.LegacyAmino)

func RegisterInterfaces

func RegisterInterfaces(registry cdctypes.InterfaceRegistry)

func RegisterMsgServer

func RegisterMsgServer(s grpc1.Server, srv MsgServer)

func RegisterQueryHandler

func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQueryHandlerClient

func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error

RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.

func RegisterQueryHandlerFromEndpoint

func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQueryHandlerServer

func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error

RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.

func RegisterQueryServer

func RegisterQueryServer(s grpc1.Server, srv QueryServer)

Types

type AccountKeeper

type AccountKeeper interface {
	// Return a new account with the next account number and the specified address. Does not save the new account to the store.
	NewAccountWithAddress(sdk.Context, sdk.AccAddress) types.AccountI

	// Return a new account with the next account number. Does not save the new account to the store.
	NewAccount(sdk.Context, types.AccountI) types.AccountI

	// Check if an account exists in the store.
	HasAccount(sdk.Context, sdk.AccAddress) bool

	// Retrieve an account from the store.
	GetAccount(sdk.Context, sdk.AccAddress) types.AccountI

	// Set an account in the store.
	SetAccount(sdk.Context, types.AccountI)

	// Remove an account from the store.
	RemoveAccount(sdk.Context, types.AccountI)

	// Iterate over all accounts, calling the provided function. Stop iteration when it returns true.
	IterateAccounts(sdk.Context, func(types.AccountI) bool)
}

AccountKeeper defines the expected account keeper used for simulations (noalias)

type BankKeeper

type BankKeeper interface {
	SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
	GetDenomMetaData(ctx sdk.Context, denom string) (banktypes.Metadata, bool)
	HasDenomMetaData(ctx sdk.Context, denom string) bool
	SetDenomMetaData(ctx sdk.Context, denomMetaData banktypes.Metadata)
	GetSupply(ctx sdk.Context, denom string) sdk.Coin
	HasSupply(ctx sdk.Context, denom string) bool
	MintCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
	BurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
	DelegateCoins(ctx sdk.Context, delegatorAddr, moduleAccAddr sdk.AccAddress, amt sdk.Coins) error
	UndelegateCoins(ctx sdk.Context, moduleAccAddr, delegatorAddr sdk.AccAddress, amt sdk.Coins) error
	SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
	SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error
	SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
}

BankKeeper defines the expected interface needed to retrieve account balances.

type ChannelKeeper added in v0.6.28

type ChannelKeeper interface {
	GetChannel(ctx sdk.Context, portID, channelID string) (channeltypes.Channel, bool)
	GetNextSequenceSend(ctx sdk.Context, portID, channelID string) (uint64, bool)
	SendPacket(
		ctx sdk.Context,
		channelCap *capabilitytypes.Capability,
		sourcePort string,
		sourceChannel string,
		timeoutHeight clienttypes.Height,
		timeoutTimestamp uint64,
		data []byte,
	) (uint64, error)
	ChanCloseInit(ctx sdk.Context, portID, channelID string, chanCap *capabilitytypes.Capability) error
}

ChannelKeeper defines the expected IBC channel keeper.

type ControllerAccount added in v0.7.1

type ControllerAccount struct {
	Address        string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey      string   `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Authenticators []string `protobuf:"bytes,3,rep,name=authenticators,proto3" json:"authenticators,omitempty"`
	Wallets        []string `protobuf:"bytes,4,rep,name=wallets,proto3" json:"wallets,omitempty"`
}

func (*ControllerAccount) Descriptor added in v0.7.1

func (*ControllerAccount) Descriptor() ([]byte, []int)

func (*ControllerAccount) GetAddress added in v0.7.1

func (m *ControllerAccount) GetAddress() string

func (*ControllerAccount) GetAuthenticators added in v0.7.1

func (m *ControllerAccount) GetAuthenticators() []string

func (*ControllerAccount) GetPublicKey added in v0.7.1

func (m *ControllerAccount) GetPublicKey() string

func (*ControllerAccount) GetWallets added in v0.7.1

func (m *ControllerAccount) GetWallets() []string

func (*ControllerAccount) Marshal added in v0.7.1

func (m *ControllerAccount) Marshal() (dAtA []byte, err error)

func (*ControllerAccount) MarshalTo added in v0.7.1

func (m *ControllerAccount) MarshalTo(dAtA []byte) (int, error)

func (*ControllerAccount) MarshalToSizedBuffer added in v0.7.1

func (m *ControllerAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ControllerAccount) ProtoMessage added in v0.7.1

func (*ControllerAccount) ProtoMessage()

func (*ControllerAccount) Reset added in v0.7.1

func (m *ControllerAccount) Reset()

func (*ControllerAccount) Size added in v0.7.1

func (m *ControllerAccount) Size() (n int)

func (*ControllerAccount) String added in v0.7.1

func (m *ControllerAccount) String() string

func (*ControllerAccount) Unmarshal added in v0.7.1

func (m *ControllerAccount) Unmarshal(dAtA []byte) error

func (*ControllerAccount) XXX_DiscardUnknown added in v0.7.1

func (m *ControllerAccount) XXX_DiscardUnknown()

func (*ControllerAccount) XXX_Marshal added in v0.7.1

func (m *ControllerAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ControllerAccount) XXX_Merge added in v0.7.1

func (m *ControllerAccount) XXX_Merge(src proto.Message)

func (*ControllerAccount) XXX_Size added in v0.7.1

func (m *ControllerAccount) XXX_Size() int

func (*ControllerAccount) XXX_Unmarshal added in v0.7.1

func (m *ControllerAccount) XXX_Unmarshal(b []byte) error

type DIDDocument added in v0.6.26

type DIDDocument struct {
	Context              []string                    `protobuf:"bytes,1,rep,name=context,proto3" json:"context,omitempty"`
	Id                   string                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Controller           []string                    `protobuf:"bytes,3,rep,name=controller,proto3" json:"controller,omitempty"`
	Authentication       []*VerificationRelationship `protobuf:"bytes,5,rep,name=authentication,proto3" json:"authentication,omitempty"`
	AssertionMethod      []*VerificationRelationship `protobuf:"bytes,6,rep,name=assertion_method,json=assertionMethod,proto3" json:"assertion_method,omitempty"`
	CapabilityInvocation []*VerificationRelationship `protobuf:"bytes,7,rep,name=capability_invocation,json=capabilityInvocation,proto3" json:"capability_invocation,omitempty"`
	CapabilityDelegation []*VerificationRelationship `protobuf:"bytes,8,rep,name=capability_delegation,json=capabilityDelegation,proto3" json:"capability_delegation,omitempty"`
	KeyAgreement         []*VerificationRelationship `protobuf:"bytes,9,rep,name=key_agreement,json=keyAgreement,proto3" json:"key_agreement,omitempty"`
	AlsoKnownAs          []string                    `protobuf:"bytes,10,rep,name=also_known_as,json=alsoKnownAs,proto3" json:"also_known_as,omitempty"`
}

DIDDocument represents a Decentralized Identifier (DID) document that contains information about the DID subject, such as public keys, verification methods, and services.

func NewDIDDocument added in v0.6.26

func NewDIDDocument(primaryAccount *crypto.AccountData, authentication *VerificationMethod, alias string) *DIDDocument

NewDIDDocument creates a new DIDDocument from an Identification and optional VerificationRelationships

func (*DIDDocument) Address added in v0.6.28

func (d *DIDDocument) Address() string

Address returns the address of the DIDDocument

func (*DIDDocument) Descriptor added in v0.6.26

func (*DIDDocument) Descriptor() ([]byte, []int)

func (*DIDDocument) GetAlsoKnownAs added in v0.6.26

func (m *DIDDocument) GetAlsoKnownAs() []string

func (*DIDDocument) GetAssertionMethod added in v0.6.26

func (m *DIDDocument) GetAssertionMethod() []*VerificationRelationship

func (*DIDDocument) GetAuthentication added in v0.6.26

func (m *DIDDocument) GetAuthentication() []*VerificationRelationship

func (*DIDDocument) GetCapabilityDelegation added in v0.6.26

func (m *DIDDocument) GetCapabilityDelegation() []*VerificationRelationship

func (*DIDDocument) GetCapabilityInvocation added in v0.6.26

func (m *DIDDocument) GetCapabilityInvocation() []*VerificationRelationship

func (*DIDDocument) GetContext added in v0.6.26

func (m *DIDDocument) GetContext() []string

func (*DIDDocument) GetController added in v0.6.26

func (m *DIDDocument) GetController() []string

func (*DIDDocument) GetId added in v0.6.26

func (m *DIDDocument) GetId() string

func (*DIDDocument) GetKeyAgreement added in v0.6.26

func (m *DIDDocument) GetKeyAgreement() []*VerificationRelationship

func (*DIDDocument) GetWalletVerificationMethods added in v0.7.1

func (d *DIDDocument) GetWalletVerificationMethods() []*VerificationMethod

GetWalletVerificationMethods returns all the VerificationMethods for the CapabilityInvocationRelationships

func (*DIDDocument) LinkAssertionMethod added in v0.6.28

func (id *DIDDocument) LinkAssertionMethod(vm *VerificationMethod) (*VerificationRelationship, bool)

LinkAssertionMethod adds a VerificationMethod to the AssertionMethod list of the DID Document and returns the VerificationRelationship Returns nil if the VerificationMethod is already in the AssertionMethod list

func (*DIDDocument) LinkAuthenticationMethod added in v0.6.28

func (id *DIDDocument) LinkAuthenticationMethod(vm *VerificationMethod) (*VerificationRelationship, bool)

LinkAuthenticationMethod adds a VerificationMethod to the Authentication list of the DID Document and returns the VerificationRelationship Returns nil if the VerificationMethod is already in the Authentication list

func (*DIDDocument) LinkCapabilityDelegation added in v0.6.28

func (id *DIDDocument) LinkCapabilityDelegation(vm *VerificationMethod) (*VerificationRelationship, bool)

LinkCapabilityDelegation adds a VerificationMethod to the CapabilityDelegation list of the DID Document and returns the VerificationRelationship Returns nil if the VerificationMethod is already in the CapabilityDelegation list

func (*DIDDocument) LinkCapabilityInvocation added in v0.6.28

func (id *DIDDocument) LinkCapabilityInvocation(vm *VerificationMethod) (*VerificationRelationship, bool)

LinkCapabilityInvocation adds a VerificationMethod to the CapabilityInvocation list of the DID Document and returns the VerificationRelationship Returns nil if the VerificationMethod is already in the CapabilityInvocation list

func (*DIDDocument) LinkKeyAgreement added in v0.6.28

func (id *DIDDocument) LinkKeyAgreement(vm *VerificationMethod) (*VerificationRelationship, bool)

LinkKeyAgreement adds a VerificationMethod to the KeyAgreement list of the DID Document and returns the VerificationRelationship Returns nil if the VerificationMethod is already in the KeyAgreement list

func (*DIDDocument) ListAuthenticationVerificationMethods added in v0.6.27

func (d *DIDDocument) ListAuthenticationVerificationMethods() []*VerificationMethod

ListAuthenticationVerificationMethods returns all the VerificationMethods for the AuthenticationRelationships

func (*DIDDocument) Marshal added in v0.6.26

func (m *DIDDocument) Marshal() (dAtA []byte, err error)

func (*DIDDocument) MarshalTo added in v0.6.26

func (m *DIDDocument) MarshalTo(dAtA []byte) (int, error)

func (*DIDDocument) MarshalToSizedBuffer added in v0.6.26

func (m *DIDDocument) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DIDDocument) ProtoMessage added in v0.6.26

func (*DIDDocument) ProtoMessage()

func (*DIDDocument) Reset added in v0.6.26

func (m *DIDDocument) Reset()

func (*DIDDocument) SDKAddress added in v0.7.0

func (id *DIDDocument) SDKAddress() (sdk.AccAddress, error)

SDKAddress returns the address of the DIDDocument as an sdk.AccAddress

func (*DIDDocument) SearchRelationshipsByCoinType added in v0.6.26

func (d *DIDDocument) SearchRelationshipsByCoinType(coinType crypto.CoinType) []*VerificationRelationship

SearchRelationshipsByCoinType returns all verification relationships of a given the query options

func (*DIDDocument) Size added in v0.6.26

func (m *DIDDocument) Size() (n int)

func (*DIDDocument) String added in v0.6.26

func (m *DIDDocument) String() string

func (*DIDDocument) Unmarshal added in v0.6.26

func (m *DIDDocument) Unmarshal(dAtA []byte) error

func (*DIDDocument) XXX_DiscardUnknown added in v0.6.26

func (m *DIDDocument) XXX_DiscardUnknown()

func (*DIDDocument) XXX_Marshal added in v0.6.26

func (m *DIDDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DIDDocument) XXX_Merge added in v0.6.26

func (m *DIDDocument) XXX_Merge(src proto.Message)

func (*DIDDocument) XXX_Size added in v0.6.26

func (m *DIDDocument) XXX_Size() int

func (*DIDDocument) XXX_Unmarshal added in v0.6.26

func (m *DIDDocument) XXX_Unmarshal(b []byte) error

type EscrowAccount added in v0.7.1

type EscrowAccount struct {
	Id               uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Address          string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey        string `protobuf:"bytes,3,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	LockupUsdBalance string `protobuf:"bytes,4,opt,name=lockupUsdBalance,proto3" json:"lockupUsdBalance,omitempty"`
	Creator          string `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*EscrowAccount) Descriptor added in v0.7.1

func (*EscrowAccount) Descriptor() ([]byte, []int)

func (*EscrowAccount) GetAddress added in v0.7.1

func (m *EscrowAccount) GetAddress() string

func (*EscrowAccount) GetCreator added in v0.7.1

func (m *EscrowAccount) GetCreator() string

func (*EscrowAccount) GetId added in v0.7.1

func (m *EscrowAccount) GetId() uint64

func (*EscrowAccount) GetLockupUsdBalance added in v0.7.1

func (m *EscrowAccount) GetLockupUsdBalance() string

func (*EscrowAccount) GetPublicKey added in v0.7.1

func (m *EscrowAccount) GetPublicKey() string

func (*EscrowAccount) Marshal added in v0.7.1

func (m *EscrowAccount) Marshal() (dAtA []byte, err error)

func (*EscrowAccount) MarshalTo added in v0.7.1

func (m *EscrowAccount) MarshalTo(dAtA []byte) (int, error)

func (*EscrowAccount) MarshalToSizedBuffer added in v0.7.1

func (m *EscrowAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EscrowAccount) ProtoMessage added in v0.7.1

func (*EscrowAccount) ProtoMessage()

func (*EscrowAccount) Reset added in v0.7.1

func (m *EscrowAccount) Reset()

func (*EscrowAccount) Size added in v0.7.1

func (m *EscrowAccount) Size() (n int)

func (*EscrowAccount) String added in v0.7.1

func (m *EscrowAccount) String() string

func (*EscrowAccount) Unmarshal added in v0.7.1

func (m *EscrowAccount) Unmarshal(dAtA []byte) error

func (*EscrowAccount) XXX_DiscardUnknown added in v0.7.1

func (m *EscrowAccount) XXX_DiscardUnknown()

func (*EscrowAccount) XXX_Marshal added in v0.7.1

func (m *EscrowAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EscrowAccount) XXX_Merge added in v0.7.1

func (m *EscrowAccount) XXX_Merge(src proto.Message)

func (*EscrowAccount) XXX_Size added in v0.7.1

func (m *EscrowAccount) XXX_Size() int

func (*EscrowAccount) XXX_Unmarshal added in v0.7.1

func (m *EscrowAccount) XXX_Unmarshal(b []byte) error

type GenesisState

type GenesisState struct {
	Params                 Params              `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
	PortId                 string              `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	DIDDocumentList        []DIDDocument       `protobuf:"bytes,3,rep,name=dIDDocumentList,proto3" json:"dIDDocumentList"`
	ControllerAccountList  []ControllerAccount `protobuf:"bytes,4,rep,name=controllerAccountList,proto3" json:"controllerAccountList"`
	ControllerAccountCount uint64              `protobuf:"varint,5,opt,name=controllerAccountCount,proto3" json:"controllerAccountCount,omitempty"`
	EscrowAccountList      []EscrowAccount     `protobuf:"bytes,6,rep,name=escrowAccountList,proto3" json:"escrowAccountList"`
	EscrowAccountCount     uint64              `protobuf:"varint,7,opt,name=escrowAccountCount,proto3" json:"escrowAccountCount,omitempty"`
}

GenesisState defines the identity module's genesis state.

func DefaultGenesis

func DefaultGenesis() *GenesisState

DefaultGenesis returns the default genesis state

func (*GenesisState) Descriptor

func (*GenesisState) Descriptor() ([]byte, []int)

func (*GenesisState) GetControllerAccountCount added in v0.7.1

func (m *GenesisState) GetControllerAccountCount() uint64

func (*GenesisState) GetControllerAccountList added in v0.7.1

func (m *GenesisState) GetControllerAccountList() []ControllerAccount

func (*GenesisState) GetDIDDocumentList added in v0.6.28

func (m *GenesisState) GetDIDDocumentList() []DIDDocument

func (*GenesisState) GetEscrowAccountCount added in v0.7.1

func (m *GenesisState) GetEscrowAccountCount() uint64

func (*GenesisState) GetEscrowAccountList added in v0.7.1

func (m *GenesisState) GetEscrowAccountList() []EscrowAccount

func (*GenesisState) GetParams

func (m *GenesisState) GetParams() Params

func (*GenesisState) GetPortId added in v0.6.28

func (m *GenesisState) GetPortId() string

func (*GenesisState) Marshal

func (m *GenesisState) Marshal() (dAtA []byte, err error)

func (*GenesisState) MarshalTo

func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)

func (*GenesisState) MarshalToSizedBuffer

func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) Reset

func (m *GenesisState) Reset()

func (*GenesisState) Size

func (m *GenesisState) Size() (n int)

func (*GenesisState) String

func (m *GenesisState) String() string

func (*GenesisState) Unmarshal

func (m *GenesisState) Unmarshal(dAtA []byte) error

func (GenesisState) Validate

func (gs GenesisState) Validate() error

Validate performs basic genesis state validation returning an error upon any failure.

func (*GenesisState) XXX_DiscardUnknown

func (m *GenesisState) XXX_DiscardUnknown()

func (*GenesisState) XXX_Marshal

func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenesisState) XXX_Merge

func (m *GenesisState) XXX_Merge(src proto.Message)

func (*GenesisState) XXX_Size

func (m *GenesisState) XXX_Size() int

func (*GenesisState) XXX_Unmarshal

func (m *GenesisState) XXX_Unmarshal(b []byte) error

type GroupKeeper

type GroupKeeper interface {
}

type IdentityPacketData added in v0.6.28

type IdentityPacketData struct {
	// Types that are valid to be assigned to Packet:
	//	*IdentityPacketData_NoData
	Packet isIdentityPacketData_Packet `protobuf_oneof:"packet"`
}

func (*IdentityPacketData) Descriptor added in v0.6.28

func (*IdentityPacketData) Descriptor() ([]byte, []int)

func (*IdentityPacketData) GetNoData added in v0.6.28

func (m *IdentityPacketData) GetNoData() *NoData

func (*IdentityPacketData) GetPacket added in v0.6.28

func (m *IdentityPacketData) GetPacket() isIdentityPacketData_Packet

func (*IdentityPacketData) Marshal added in v0.6.28

func (m *IdentityPacketData) Marshal() (dAtA []byte, err error)

func (*IdentityPacketData) MarshalTo added in v0.6.28

func (m *IdentityPacketData) MarshalTo(dAtA []byte) (int, error)

func (*IdentityPacketData) MarshalToSizedBuffer added in v0.6.28

func (m *IdentityPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdentityPacketData) ProtoMessage added in v0.6.28

func (*IdentityPacketData) ProtoMessage()

func (*IdentityPacketData) Reset added in v0.6.28

func (m *IdentityPacketData) Reset()

func (*IdentityPacketData) Size added in v0.6.28

func (m *IdentityPacketData) Size() (n int)

func (*IdentityPacketData) String added in v0.6.28

func (m *IdentityPacketData) String() string

func (*IdentityPacketData) Unmarshal added in v0.6.28

func (m *IdentityPacketData) Unmarshal(dAtA []byte) error

func (*IdentityPacketData) XXX_DiscardUnknown added in v0.6.28

func (m *IdentityPacketData) XXX_DiscardUnknown()

func (*IdentityPacketData) XXX_Marshal added in v0.6.28

func (m *IdentityPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdentityPacketData) XXX_Merge added in v0.6.28

func (m *IdentityPacketData) XXX_Merge(src proto.Message)

func (*IdentityPacketData) XXX_OneofWrappers added in v0.6.28

func (*IdentityPacketData) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*IdentityPacketData) XXX_Size added in v0.6.28

func (m *IdentityPacketData) XXX_Size() int

func (*IdentityPacketData) XXX_Unmarshal added in v0.6.28

func (m *IdentityPacketData) XXX_Unmarshal(b []byte) error

type IdentityPacketData_NoData added in v0.6.28

type IdentityPacketData_NoData struct {
	NoData *NoData `protobuf:"bytes,1,opt,name=noData,proto3,oneof" json:"noData,omitempty"`
}

func (*IdentityPacketData_NoData) MarshalTo added in v0.6.28

func (m *IdentityPacketData_NoData) MarshalTo(dAtA []byte) (int, error)

func (*IdentityPacketData_NoData) MarshalToSizedBuffer added in v0.6.28

func (m *IdentityPacketData_NoData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdentityPacketData_NoData) Size added in v0.6.28

func (m *IdentityPacketData_NoData) Size() (n int)

type MsgClient

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc1.ClientConn) MsgClient

type MsgCreateControllerAccount added in v0.7.1

type MsgCreateControllerAccount struct {
	Address        string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey      string   `protobuf:"bytes,3,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Authenticators []string `protobuf:"bytes,4,rep,name=authenticators,proto3" json:"authenticators,omitempty"`
	Wallets        []string `protobuf:"bytes,5,rep,name=wallets,proto3" json:"wallets,omitempty"`
}

func NewMsgCreateControllerAccount added in v0.7.1

func NewMsgCreateControllerAccount(address string, publicKey string, auths ...string) *MsgCreateControllerAccount

func (*MsgCreateControllerAccount) Descriptor added in v0.7.1

func (*MsgCreateControllerAccount) Descriptor() ([]byte, []int)

func (*MsgCreateControllerAccount) GetAddress added in v0.7.1

func (m *MsgCreateControllerAccount) GetAddress() string

func (*MsgCreateControllerAccount) GetAuthenticators added in v0.7.1

func (m *MsgCreateControllerAccount) GetAuthenticators() []string

func (*MsgCreateControllerAccount) GetPublicKey added in v0.7.1

func (m *MsgCreateControllerAccount) GetPublicKey() string

func (*MsgCreateControllerAccount) GetSignBytes added in v0.7.1

func (msg *MsgCreateControllerAccount) GetSignBytes() []byte

func (*MsgCreateControllerAccount) GetSigners added in v0.7.1

func (msg *MsgCreateControllerAccount) GetSigners() []sdk.AccAddress

func (*MsgCreateControllerAccount) GetWallets added in v0.7.1

func (m *MsgCreateControllerAccount) GetWallets() []string

func (*MsgCreateControllerAccount) Marshal added in v0.7.1

func (m *MsgCreateControllerAccount) Marshal() (dAtA []byte, err error)

func (*MsgCreateControllerAccount) MarshalTo added in v0.7.1

func (m *MsgCreateControllerAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateControllerAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgCreateControllerAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateControllerAccount) ProtoMessage added in v0.7.1

func (*MsgCreateControllerAccount) ProtoMessage()

func (*MsgCreateControllerAccount) Reset added in v0.7.1

func (m *MsgCreateControllerAccount) Reset()

func (*MsgCreateControllerAccount) Route added in v0.7.1

func (msg *MsgCreateControllerAccount) Route() string

func (*MsgCreateControllerAccount) Size added in v0.7.1

func (m *MsgCreateControllerAccount) Size() (n int)

func (*MsgCreateControllerAccount) String added in v0.7.1

func (m *MsgCreateControllerAccount) String() string

func (*MsgCreateControllerAccount) Type added in v0.7.1

func (msg *MsgCreateControllerAccount) Type() string

func (*MsgCreateControllerAccount) Unmarshal added in v0.7.1

func (m *MsgCreateControllerAccount) Unmarshal(dAtA []byte) error

func (*MsgCreateControllerAccount) ValidateBasic added in v0.7.1

func (msg *MsgCreateControllerAccount) ValidateBasic() error

func (*MsgCreateControllerAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgCreateControllerAccount) XXX_DiscardUnknown()

func (*MsgCreateControllerAccount) XXX_Marshal added in v0.7.1

func (m *MsgCreateControllerAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateControllerAccount) XXX_Merge added in v0.7.1

func (m *MsgCreateControllerAccount) XXX_Merge(src proto.Message)

func (*MsgCreateControllerAccount) XXX_Size added in v0.7.1

func (m *MsgCreateControllerAccount) XXX_Size() int

func (*MsgCreateControllerAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgCreateControllerAccount) XXX_Unmarshal(b []byte) error

type MsgCreateControllerAccountResponse added in v0.7.1

type MsgCreateControllerAccountResponse struct {
	Id      uint64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Account *ControllerAccount `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
}

func (*MsgCreateControllerAccountResponse) Descriptor added in v0.7.1

func (*MsgCreateControllerAccountResponse) Descriptor() ([]byte, []int)

func (*MsgCreateControllerAccountResponse) GetAccount added in v0.7.1

func (*MsgCreateControllerAccountResponse) GetId added in v0.7.1

func (*MsgCreateControllerAccountResponse) Marshal added in v0.7.1

func (m *MsgCreateControllerAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgCreateControllerAccountResponse) MarshalTo added in v0.7.1

func (m *MsgCreateControllerAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateControllerAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgCreateControllerAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateControllerAccountResponse) ProtoMessage added in v0.7.1

func (*MsgCreateControllerAccountResponse) ProtoMessage()

func (*MsgCreateControllerAccountResponse) Reset added in v0.7.1

func (*MsgCreateControllerAccountResponse) Size added in v0.7.1

func (*MsgCreateControllerAccountResponse) String added in v0.7.1

func (*MsgCreateControllerAccountResponse) Unmarshal added in v0.7.1

func (m *MsgCreateControllerAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgCreateControllerAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgCreateControllerAccountResponse) XXX_DiscardUnknown()

func (*MsgCreateControllerAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgCreateControllerAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateControllerAccountResponse) XXX_Merge added in v0.7.1

func (*MsgCreateControllerAccountResponse) XXX_Size added in v0.7.1

func (*MsgCreateControllerAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgCreateControllerAccountResponse) XXX_Unmarshal(b []byte) error

type MsgCreateEscrowAccount added in v0.7.1

type MsgCreateEscrowAccount struct {
	Creator          string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Address          string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey        string `protobuf:"bytes,3,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	LockupUsdBalance string `protobuf:"bytes,4,opt,name=lockupUsdBalance,proto3" json:"lockupUsdBalance,omitempty"`
}

func NewMsgCreateEscrowAccount added in v0.7.1

func NewMsgCreateEscrowAccount(creator string, address string, publicKey string, lockupUsdBalance string) *MsgCreateEscrowAccount

func (*MsgCreateEscrowAccount) Descriptor added in v0.7.1

func (*MsgCreateEscrowAccount) Descriptor() ([]byte, []int)

func (*MsgCreateEscrowAccount) GetAddress added in v0.7.1

func (m *MsgCreateEscrowAccount) GetAddress() string

func (*MsgCreateEscrowAccount) GetCreator added in v0.7.1

func (m *MsgCreateEscrowAccount) GetCreator() string

func (*MsgCreateEscrowAccount) GetLockupUsdBalance added in v0.7.1

func (m *MsgCreateEscrowAccount) GetLockupUsdBalance() string

func (*MsgCreateEscrowAccount) GetPublicKey added in v0.7.1

func (m *MsgCreateEscrowAccount) GetPublicKey() string

func (*MsgCreateEscrowAccount) GetSignBytes added in v0.7.1

func (msg *MsgCreateEscrowAccount) GetSignBytes() []byte

func (*MsgCreateEscrowAccount) GetSigners added in v0.7.1

func (msg *MsgCreateEscrowAccount) GetSigners() []sdk.AccAddress

func (*MsgCreateEscrowAccount) Marshal added in v0.7.1

func (m *MsgCreateEscrowAccount) Marshal() (dAtA []byte, err error)

func (*MsgCreateEscrowAccount) MarshalTo added in v0.7.1

func (m *MsgCreateEscrowAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateEscrowAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgCreateEscrowAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateEscrowAccount) ProtoMessage added in v0.7.1

func (*MsgCreateEscrowAccount) ProtoMessage()

func (*MsgCreateEscrowAccount) Reset added in v0.7.1

func (m *MsgCreateEscrowAccount) Reset()

func (*MsgCreateEscrowAccount) Route added in v0.7.1

func (msg *MsgCreateEscrowAccount) Route() string

func (*MsgCreateEscrowAccount) Size added in v0.7.1

func (m *MsgCreateEscrowAccount) Size() (n int)

func (*MsgCreateEscrowAccount) String added in v0.7.1

func (m *MsgCreateEscrowAccount) String() string

func (*MsgCreateEscrowAccount) Type added in v0.7.1

func (msg *MsgCreateEscrowAccount) Type() string

func (*MsgCreateEscrowAccount) Unmarshal added in v0.7.1

func (m *MsgCreateEscrowAccount) Unmarshal(dAtA []byte) error

func (*MsgCreateEscrowAccount) ValidateBasic added in v0.7.1

func (msg *MsgCreateEscrowAccount) ValidateBasic() error

func (*MsgCreateEscrowAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgCreateEscrowAccount) XXX_DiscardUnknown()

func (*MsgCreateEscrowAccount) XXX_Marshal added in v0.7.1

func (m *MsgCreateEscrowAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateEscrowAccount) XXX_Merge added in v0.7.1

func (m *MsgCreateEscrowAccount) XXX_Merge(src proto.Message)

func (*MsgCreateEscrowAccount) XXX_Size added in v0.7.1

func (m *MsgCreateEscrowAccount) XXX_Size() int

func (*MsgCreateEscrowAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgCreateEscrowAccount) XXX_Unmarshal(b []byte) error

type MsgCreateEscrowAccountResponse added in v0.7.1

type MsgCreateEscrowAccountResponse struct {
	Id      uint64         `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Account *EscrowAccount `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
}

func (*MsgCreateEscrowAccountResponse) Descriptor added in v0.7.1

func (*MsgCreateEscrowAccountResponse) Descriptor() ([]byte, []int)

func (*MsgCreateEscrowAccountResponse) GetAccount added in v0.7.1

func (*MsgCreateEscrowAccountResponse) GetId added in v0.7.1

func (*MsgCreateEscrowAccountResponse) Marshal added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgCreateEscrowAccountResponse) MarshalTo added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateEscrowAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateEscrowAccountResponse) ProtoMessage added in v0.7.1

func (*MsgCreateEscrowAccountResponse) ProtoMessage()

func (*MsgCreateEscrowAccountResponse) Reset added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) Reset()

func (*MsgCreateEscrowAccountResponse) Size added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) Size() (n int)

func (*MsgCreateEscrowAccountResponse) String added in v0.7.1

func (*MsgCreateEscrowAccountResponse) Unmarshal added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgCreateEscrowAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) XXX_DiscardUnknown()

func (*MsgCreateEscrowAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateEscrowAccountResponse) XXX_Merge added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) XXX_Merge(src proto.Message)

func (*MsgCreateEscrowAccountResponse) XXX_Size added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) XXX_Size() int

func (*MsgCreateEscrowAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgCreateEscrowAccountResponse) XXX_Unmarshal(b []byte) error

type MsgDeleteControllerAccount added in v0.7.1

type MsgDeleteControllerAccount struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

func NewMsgDeleteControllerAccount added in v0.7.1

func NewMsgDeleteControllerAccount(creator string, address string) *MsgDeleteControllerAccount

func (*MsgDeleteControllerAccount) Descriptor added in v0.7.1

func (*MsgDeleteControllerAccount) Descriptor() ([]byte, []int)

func (*MsgDeleteControllerAccount) GetAddress added in v0.7.1

func (m *MsgDeleteControllerAccount) GetAddress() string

func (*MsgDeleteControllerAccount) GetCreator added in v0.7.1

func (m *MsgDeleteControllerAccount) GetCreator() string

func (*MsgDeleteControllerAccount) GetSignBytes added in v0.7.1

func (msg *MsgDeleteControllerAccount) GetSignBytes() []byte

func (*MsgDeleteControllerAccount) GetSigners added in v0.7.1

func (msg *MsgDeleteControllerAccount) GetSigners() []sdk.AccAddress

func (*MsgDeleteControllerAccount) Marshal added in v0.7.1

func (m *MsgDeleteControllerAccount) Marshal() (dAtA []byte, err error)

func (*MsgDeleteControllerAccount) MarshalTo added in v0.7.1

func (m *MsgDeleteControllerAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteControllerAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgDeleteControllerAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteControllerAccount) ProtoMessage added in v0.7.1

func (*MsgDeleteControllerAccount) ProtoMessage()

func (*MsgDeleteControllerAccount) Reset added in v0.7.1

func (m *MsgDeleteControllerAccount) Reset()

func (*MsgDeleteControllerAccount) Route added in v0.7.1

func (msg *MsgDeleteControllerAccount) Route() string

func (*MsgDeleteControllerAccount) Size added in v0.7.1

func (m *MsgDeleteControllerAccount) Size() (n int)

func (*MsgDeleteControllerAccount) String added in v0.7.1

func (m *MsgDeleteControllerAccount) String() string

func (*MsgDeleteControllerAccount) Type added in v0.7.1

func (msg *MsgDeleteControllerAccount) Type() string

func (*MsgDeleteControllerAccount) Unmarshal added in v0.7.1

func (m *MsgDeleteControllerAccount) Unmarshal(dAtA []byte) error

func (*MsgDeleteControllerAccount) ValidateBasic added in v0.7.1

func (msg *MsgDeleteControllerAccount) ValidateBasic() error

func (*MsgDeleteControllerAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgDeleteControllerAccount) XXX_DiscardUnknown()

func (*MsgDeleteControllerAccount) XXX_Marshal added in v0.7.1

func (m *MsgDeleteControllerAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteControllerAccount) XXX_Merge added in v0.7.1

func (m *MsgDeleteControllerAccount) XXX_Merge(src proto.Message)

func (*MsgDeleteControllerAccount) XXX_Size added in v0.7.1

func (m *MsgDeleteControllerAccount) XXX_Size() int

func (*MsgDeleteControllerAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgDeleteControllerAccount) XXX_Unmarshal(b []byte) error

type MsgDeleteControllerAccountResponse added in v0.7.1

type MsgDeleteControllerAccountResponse struct {
}

func (*MsgDeleteControllerAccountResponse) Descriptor added in v0.7.1

func (*MsgDeleteControllerAccountResponse) Descriptor() ([]byte, []int)

func (*MsgDeleteControllerAccountResponse) Marshal added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgDeleteControllerAccountResponse) MarshalTo added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteControllerAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteControllerAccountResponse) ProtoMessage added in v0.7.1

func (*MsgDeleteControllerAccountResponse) ProtoMessage()

func (*MsgDeleteControllerAccountResponse) Reset added in v0.7.1

func (*MsgDeleteControllerAccountResponse) Size added in v0.7.1

func (*MsgDeleteControllerAccountResponse) String added in v0.7.1

func (*MsgDeleteControllerAccountResponse) Unmarshal added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgDeleteControllerAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) XXX_DiscardUnknown()

func (*MsgDeleteControllerAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteControllerAccountResponse) XXX_Merge added in v0.7.1

func (*MsgDeleteControllerAccountResponse) XXX_Size added in v0.7.1

func (*MsgDeleteControllerAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgDeleteControllerAccountResponse) XXX_Unmarshal(b []byte) error

type MsgDeleteEscrowAccount added in v0.7.1

type MsgDeleteEscrowAccount struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

func NewMsgDeleteEscrowAccount added in v0.7.1

func NewMsgDeleteEscrowAccount(creator string, address string) *MsgDeleteEscrowAccount

func (*MsgDeleteEscrowAccount) Descriptor added in v0.7.1

func (*MsgDeleteEscrowAccount) Descriptor() ([]byte, []int)

func (*MsgDeleteEscrowAccount) GetAddress added in v0.7.1

func (m *MsgDeleteEscrowAccount) GetAddress() string

func (*MsgDeleteEscrowAccount) GetCreator added in v0.7.1

func (m *MsgDeleteEscrowAccount) GetCreator() string

func (*MsgDeleteEscrowAccount) GetSignBytes added in v0.7.1

func (msg *MsgDeleteEscrowAccount) GetSignBytes() []byte

func (*MsgDeleteEscrowAccount) GetSigners added in v0.7.1

func (msg *MsgDeleteEscrowAccount) GetSigners() []sdk.AccAddress

func (*MsgDeleteEscrowAccount) Marshal added in v0.7.1

func (m *MsgDeleteEscrowAccount) Marshal() (dAtA []byte, err error)

func (*MsgDeleteEscrowAccount) MarshalTo added in v0.7.1

func (m *MsgDeleteEscrowAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteEscrowAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgDeleteEscrowAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteEscrowAccount) ProtoMessage added in v0.7.1

func (*MsgDeleteEscrowAccount) ProtoMessage()

func (*MsgDeleteEscrowAccount) Reset added in v0.7.1

func (m *MsgDeleteEscrowAccount) Reset()

func (*MsgDeleteEscrowAccount) Route added in v0.7.1

func (msg *MsgDeleteEscrowAccount) Route() string

func (*MsgDeleteEscrowAccount) Size added in v0.7.1

func (m *MsgDeleteEscrowAccount) Size() (n int)

func (*MsgDeleteEscrowAccount) String added in v0.7.1

func (m *MsgDeleteEscrowAccount) String() string

func (*MsgDeleteEscrowAccount) Type added in v0.7.1

func (msg *MsgDeleteEscrowAccount) Type() string

func (*MsgDeleteEscrowAccount) Unmarshal added in v0.7.1

func (m *MsgDeleteEscrowAccount) Unmarshal(dAtA []byte) error

func (*MsgDeleteEscrowAccount) ValidateBasic added in v0.7.1

func (msg *MsgDeleteEscrowAccount) ValidateBasic() error

func (*MsgDeleteEscrowAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgDeleteEscrowAccount) XXX_DiscardUnknown()

func (*MsgDeleteEscrowAccount) XXX_Marshal added in v0.7.1

func (m *MsgDeleteEscrowAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteEscrowAccount) XXX_Merge added in v0.7.1

func (m *MsgDeleteEscrowAccount) XXX_Merge(src proto.Message)

func (*MsgDeleteEscrowAccount) XXX_Size added in v0.7.1

func (m *MsgDeleteEscrowAccount) XXX_Size() int

func (*MsgDeleteEscrowAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgDeleteEscrowAccount) XXX_Unmarshal(b []byte) error

type MsgDeleteEscrowAccountResponse added in v0.7.1

type MsgDeleteEscrowAccountResponse struct {
}

func (*MsgDeleteEscrowAccountResponse) Descriptor added in v0.7.1

func (*MsgDeleteEscrowAccountResponse) Descriptor() ([]byte, []int)

func (*MsgDeleteEscrowAccountResponse) Marshal added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgDeleteEscrowAccountResponse) MarshalTo added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteEscrowAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteEscrowAccountResponse) ProtoMessage added in v0.7.1

func (*MsgDeleteEscrowAccountResponse) ProtoMessage()

func (*MsgDeleteEscrowAccountResponse) Reset added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) Reset()

func (*MsgDeleteEscrowAccountResponse) Size added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) Size() (n int)

func (*MsgDeleteEscrowAccountResponse) String added in v0.7.1

func (*MsgDeleteEscrowAccountResponse) Unmarshal added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgDeleteEscrowAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) XXX_DiscardUnknown()

func (*MsgDeleteEscrowAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteEscrowAccountResponse) XXX_Merge added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) XXX_Merge(src proto.Message)

func (*MsgDeleteEscrowAccountResponse) XXX_Size added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) XXX_Size() int

func (*MsgDeleteEscrowAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgDeleteEscrowAccountResponse) XXX_Unmarshal(b []byte) error

type MsgRegisterIdentity added in v0.6.26

type MsgRegisterIdentity struct {
	Creator     string       `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	DidDocument *DIDDocument `protobuf:"bytes,2,opt,name=did_document,json=didDocument,proto3" json:"did_document,omitempty"`
	WalletId    uint64       `protobuf:"varint,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
}

func NewMsgRegisterIdentity added in v0.6.26

func NewMsgRegisterIdentity(creator string, doc *DIDDocument) *MsgRegisterIdentity

func (*MsgRegisterIdentity) Descriptor added in v0.6.26

func (*MsgRegisterIdentity) Descriptor() ([]byte, []int)

func (*MsgRegisterIdentity) GetCreator added in v0.6.26

func (m *MsgRegisterIdentity) GetCreator() string

func (*MsgRegisterIdentity) GetDidDocument added in v0.6.27

func (m *MsgRegisterIdentity) GetDidDocument() *DIDDocument

func (*MsgRegisterIdentity) GetSignBytes added in v0.6.26

func (msg *MsgRegisterIdentity) GetSignBytes() []byte

func (*MsgRegisterIdentity) GetSigners added in v0.6.26

func (msg *MsgRegisterIdentity) GetSigners() []sdk.AccAddress

func (*MsgRegisterIdentity) GetWalletId added in v0.6.26

func (m *MsgRegisterIdentity) GetWalletId() uint64

func (*MsgRegisterIdentity) Marshal added in v0.6.26

func (m *MsgRegisterIdentity) Marshal() (dAtA []byte, err error)

func (*MsgRegisterIdentity) MarshalTo added in v0.6.26

func (m *MsgRegisterIdentity) MarshalTo(dAtA []byte) (int, error)

func (*MsgRegisterIdentity) MarshalToSizedBuffer added in v0.6.26

func (m *MsgRegisterIdentity) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRegisterIdentity) ProtoMessage added in v0.6.26

func (*MsgRegisterIdentity) ProtoMessage()

func (*MsgRegisterIdentity) Reset added in v0.6.26

func (m *MsgRegisterIdentity) Reset()

func (*MsgRegisterIdentity) Route added in v0.6.26

func (msg *MsgRegisterIdentity) Route() string

func (*MsgRegisterIdentity) Size added in v0.6.26

func (m *MsgRegisterIdentity) Size() (n int)

func (*MsgRegisterIdentity) String added in v0.6.26

func (m *MsgRegisterIdentity) String() string

func (*MsgRegisterIdentity) Type added in v0.6.26

func (msg *MsgRegisterIdentity) Type() string

func (*MsgRegisterIdentity) Unmarshal added in v0.6.26

func (m *MsgRegisterIdentity) Unmarshal(dAtA []byte) error

func (*MsgRegisterIdentity) ValidateBasic added in v0.6.26

func (msg *MsgRegisterIdentity) ValidateBasic() error

func (*MsgRegisterIdentity) XXX_DiscardUnknown added in v0.6.26

func (m *MsgRegisterIdentity) XXX_DiscardUnknown()

func (*MsgRegisterIdentity) XXX_Marshal added in v0.6.26

func (m *MsgRegisterIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRegisterIdentity) XXX_Merge added in v0.6.26

func (m *MsgRegisterIdentity) XXX_Merge(src proto.Message)

func (*MsgRegisterIdentity) XXX_Size added in v0.6.26

func (m *MsgRegisterIdentity) XXX_Size() int

func (*MsgRegisterIdentity) XXX_Unmarshal added in v0.6.26

func (m *MsgRegisterIdentity) XXX_Unmarshal(b []byte) error

type MsgRegisterIdentityResponse added in v0.6.26

type MsgRegisterIdentityResponse struct {
	Success     bool         `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	DidDocument *DIDDocument `protobuf:"bytes,2,opt,name=did_document,json=didDocument,proto3" json:"did_document,omitempty"`
}

func (*MsgRegisterIdentityResponse) Descriptor added in v0.6.26

func (*MsgRegisterIdentityResponse) Descriptor() ([]byte, []int)

func (*MsgRegisterIdentityResponse) GetDidDocument added in v0.6.26

func (m *MsgRegisterIdentityResponse) GetDidDocument() *DIDDocument

func (*MsgRegisterIdentityResponse) GetSuccess added in v0.6.26

func (m *MsgRegisterIdentityResponse) GetSuccess() bool

func (*MsgRegisterIdentityResponse) Marshal added in v0.6.26

func (m *MsgRegisterIdentityResponse) Marshal() (dAtA []byte, err error)

func (*MsgRegisterIdentityResponse) MarshalTo added in v0.6.26

func (m *MsgRegisterIdentityResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRegisterIdentityResponse) MarshalToSizedBuffer added in v0.6.26

func (m *MsgRegisterIdentityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRegisterIdentityResponse) ProtoMessage added in v0.6.26

func (*MsgRegisterIdentityResponse) ProtoMessage()

func (*MsgRegisterIdentityResponse) Reset added in v0.6.26

func (m *MsgRegisterIdentityResponse) Reset()

func (*MsgRegisterIdentityResponse) Size added in v0.6.26

func (m *MsgRegisterIdentityResponse) Size() (n int)

func (*MsgRegisterIdentityResponse) String added in v0.6.26

func (m *MsgRegisterIdentityResponse) String() string

func (*MsgRegisterIdentityResponse) Unmarshal added in v0.6.26

func (m *MsgRegisterIdentityResponse) Unmarshal(dAtA []byte) error

func (*MsgRegisterIdentityResponse) XXX_DiscardUnknown added in v0.6.26

func (m *MsgRegisterIdentityResponse) XXX_DiscardUnknown()

func (*MsgRegisterIdentityResponse) XXX_Marshal added in v0.6.26

func (m *MsgRegisterIdentityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRegisterIdentityResponse) XXX_Merge added in v0.6.26

func (m *MsgRegisterIdentityResponse) XXX_Merge(src proto.Message)

func (*MsgRegisterIdentityResponse) XXX_Size added in v0.6.26

func (m *MsgRegisterIdentityResponse) XXX_Size() int

func (*MsgRegisterIdentityResponse) XXX_Unmarshal added in v0.6.26

func (m *MsgRegisterIdentityResponse) XXX_Unmarshal(b []byte) error

type MsgUpdateControllerAccount added in v0.7.1

type MsgUpdateControllerAccount struct {
	Address        string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Id             uint64   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Authenticators []string `protobuf:"bytes,4,rep,name=authenticators,proto3" json:"authenticators,omitempty"`
	Wallets        []string `protobuf:"bytes,5,rep,name=wallets,proto3" json:"wallets,omitempty"`
}

func NewMsgUpdateControllerAccount added in v0.7.1

func NewMsgUpdateControllerAccount(creator string, id uint64, address string, publicKey string) *MsgUpdateControllerAccount

func (*MsgUpdateControllerAccount) Descriptor added in v0.7.1

func (*MsgUpdateControllerAccount) Descriptor() ([]byte, []int)

func (*MsgUpdateControllerAccount) GetAddress added in v0.7.1

func (m *MsgUpdateControllerAccount) GetAddress() string

func (*MsgUpdateControllerAccount) GetAuthenticators added in v0.7.1

func (m *MsgUpdateControllerAccount) GetAuthenticators() []string

func (*MsgUpdateControllerAccount) GetId added in v0.7.1

func (*MsgUpdateControllerAccount) GetSignBytes added in v0.7.1

func (msg *MsgUpdateControllerAccount) GetSignBytes() []byte

func (*MsgUpdateControllerAccount) GetSigners added in v0.7.1

func (msg *MsgUpdateControllerAccount) GetSigners() []sdk.AccAddress

func (*MsgUpdateControllerAccount) GetWallets added in v0.7.1

func (m *MsgUpdateControllerAccount) GetWallets() []string

func (*MsgUpdateControllerAccount) Marshal added in v0.7.1

func (m *MsgUpdateControllerAccount) Marshal() (dAtA []byte, err error)

func (*MsgUpdateControllerAccount) MarshalTo added in v0.7.1

func (m *MsgUpdateControllerAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateControllerAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgUpdateControllerAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateControllerAccount) ProtoMessage added in v0.7.1

func (*MsgUpdateControllerAccount) ProtoMessage()

func (*MsgUpdateControllerAccount) Reset added in v0.7.1

func (m *MsgUpdateControllerAccount) Reset()

func (*MsgUpdateControllerAccount) Route added in v0.7.1

func (msg *MsgUpdateControllerAccount) Route() string

func (*MsgUpdateControllerAccount) Size added in v0.7.1

func (m *MsgUpdateControllerAccount) Size() (n int)

func (*MsgUpdateControllerAccount) String added in v0.7.1

func (m *MsgUpdateControllerAccount) String() string

func (*MsgUpdateControllerAccount) Type added in v0.7.1

func (msg *MsgUpdateControllerAccount) Type() string

func (*MsgUpdateControllerAccount) Unmarshal added in v0.7.1

func (m *MsgUpdateControllerAccount) Unmarshal(dAtA []byte) error

func (*MsgUpdateControllerAccount) ValidateBasic added in v0.7.1

func (msg *MsgUpdateControllerAccount) ValidateBasic() error

func (*MsgUpdateControllerAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgUpdateControllerAccount) XXX_DiscardUnknown()

func (*MsgUpdateControllerAccount) XXX_Marshal added in v0.7.1

func (m *MsgUpdateControllerAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateControllerAccount) XXX_Merge added in v0.7.1

func (m *MsgUpdateControllerAccount) XXX_Merge(src proto.Message)

func (*MsgUpdateControllerAccount) XXX_Size added in v0.7.1

func (m *MsgUpdateControllerAccount) XXX_Size() int

func (*MsgUpdateControllerAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgUpdateControllerAccount) XXX_Unmarshal(b []byte) error

type MsgUpdateControllerAccountResponse added in v0.7.1

type MsgUpdateControllerAccountResponse struct {
	Account *ControllerAccount `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
}

func (*MsgUpdateControllerAccountResponse) Descriptor added in v0.7.1

func (*MsgUpdateControllerAccountResponse) Descriptor() ([]byte, []int)

func (*MsgUpdateControllerAccountResponse) GetAccount added in v0.7.1

func (*MsgUpdateControllerAccountResponse) Marshal added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdateControllerAccountResponse) MarshalTo added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateControllerAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateControllerAccountResponse) ProtoMessage added in v0.7.1

func (*MsgUpdateControllerAccountResponse) ProtoMessage()

func (*MsgUpdateControllerAccountResponse) Reset added in v0.7.1

func (*MsgUpdateControllerAccountResponse) Size added in v0.7.1

func (*MsgUpdateControllerAccountResponse) String added in v0.7.1

func (*MsgUpdateControllerAccountResponse) Unmarshal added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgUpdateControllerAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) XXX_DiscardUnknown()

func (*MsgUpdateControllerAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateControllerAccountResponse) XXX_Merge added in v0.7.1

func (*MsgUpdateControllerAccountResponse) XXX_Size added in v0.7.1

func (*MsgUpdateControllerAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgUpdateControllerAccountResponse) XXX_Unmarshal(b []byte) error

type MsgUpdateEscrowAccount added in v0.7.1

type MsgUpdateEscrowAccount struct {
	Creator          string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id               uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Address          string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey        string `protobuf:"bytes,4,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	LockupUsdBalance string `protobuf:"bytes,5,opt,name=lockupUsdBalance,proto3" json:"lockupUsdBalance,omitempty"`
}

func NewMsgUpdateEscrowAccount added in v0.7.1

func NewMsgUpdateEscrowAccount(creator string, id uint64, address string, publicKey string, lockupUsdBalance string) *MsgUpdateEscrowAccount

func (*MsgUpdateEscrowAccount) Descriptor added in v0.7.1

func (*MsgUpdateEscrowAccount) Descriptor() ([]byte, []int)

func (*MsgUpdateEscrowAccount) GetAddress added in v0.7.1

func (m *MsgUpdateEscrowAccount) GetAddress() string

func (*MsgUpdateEscrowAccount) GetCreator added in v0.7.1

func (m *MsgUpdateEscrowAccount) GetCreator() string

func (*MsgUpdateEscrowAccount) GetId added in v0.7.1

func (m *MsgUpdateEscrowAccount) GetId() uint64

func (*MsgUpdateEscrowAccount) GetLockupUsdBalance added in v0.7.1

func (m *MsgUpdateEscrowAccount) GetLockupUsdBalance() string

func (*MsgUpdateEscrowAccount) GetPublicKey added in v0.7.1

func (m *MsgUpdateEscrowAccount) GetPublicKey() string

func (*MsgUpdateEscrowAccount) GetSignBytes added in v0.7.1

func (msg *MsgUpdateEscrowAccount) GetSignBytes() []byte

func (*MsgUpdateEscrowAccount) GetSigners added in v0.7.1

func (msg *MsgUpdateEscrowAccount) GetSigners() []sdk.AccAddress

func (*MsgUpdateEscrowAccount) Marshal added in v0.7.1

func (m *MsgUpdateEscrowAccount) Marshal() (dAtA []byte, err error)

func (*MsgUpdateEscrowAccount) MarshalTo added in v0.7.1

func (m *MsgUpdateEscrowAccount) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateEscrowAccount) MarshalToSizedBuffer added in v0.7.1

func (m *MsgUpdateEscrowAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateEscrowAccount) ProtoMessage added in v0.7.1

func (*MsgUpdateEscrowAccount) ProtoMessage()

func (*MsgUpdateEscrowAccount) Reset added in v0.7.1

func (m *MsgUpdateEscrowAccount) Reset()

func (*MsgUpdateEscrowAccount) Route added in v0.7.1

func (msg *MsgUpdateEscrowAccount) Route() string

func (*MsgUpdateEscrowAccount) Size added in v0.7.1

func (m *MsgUpdateEscrowAccount) Size() (n int)

func (*MsgUpdateEscrowAccount) String added in v0.7.1

func (m *MsgUpdateEscrowAccount) String() string

func (*MsgUpdateEscrowAccount) Type added in v0.7.1

func (msg *MsgUpdateEscrowAccount) Type() string

func (*MsgUpdateEscrowAccount) Unmarshal added in v0.7.1

func (m *MsgUpdateEscrowAccount) Unmarshal(dAtA []byte) error

func (*MsgUpdateEscrowAccount) ValidateBasic added in v0.7.1

func (msg *MsgUpdateEscrowAccount) ValidateBasic() error

func (*MsgUpdateEscrowAccount) XXX_DiscardUnknown added in v0.7.1

func (m *MsgUpdateEscrowAccount) XXX_DiscardUnknown()

func (*MsgUpdateEscrowAccount) XXX_Marshal added in v0.7.1

func (m *MsgUpdateEscrowAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateEscrowAccount) XXX_Merge added in v0.7.1

func (m *MsgUpdateEscrowAccount) XXX_Merge(src proto.Message)

func (*MsgUpdateEscrowAccount) XXX_Size added in v0.7.1

func (m *MsgUpdateEscrowAccount) XXX_Size() int

func (*MsgUpdateEscrowAccount) XXX_Unmarshal added in v0.7.1

func (m *MsgUpdateEscrowAccount) XXX_Unmarshal(b []byte) error

type MsgUpdateEscrowAccountResponse added in v0.7.1

type MsgUpdateEscrowAccountResponse struct {
}

func (*MsgUpdateEscrowAccountResponse) Descriptor added in v0.7.1

func (*MsgUpdateEscrowAccountResponse) Descriptor() ([]byte, []int)

func (*MsgUpdateEscrowAccountResponse) Marshal added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdateEscrowAccountResponse) MarshalTo added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateEscrowAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateEscrowAccountResponse) ProtoMessage added in v0.7.1

func (*MsgUpdateEscrowAccountResponse) ProtoMessage()

func (*MsgUpdateEscrowAccountResponse) Reset added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) Reset()

func (*MsgUpdateEscrowAccountResponse) Size added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) Size() (n int)

func (*MsgUpdateEscrowAccountResponse) String added in v0.7.1

func (*MsgUpdateEscrowAccountResponse) Unmarshal added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) Unmarshal(dAtA []byte) error

func (*MsgUpdateEscrowAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) XXX_DiscardUnknown()

func (*MsgUpdateEscrowAccountResponse) XXX_Marshal added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateEscrowAccountResponse) XXX_Merge added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) XXX_Merge(src proto.Message)

func (*MsgUpdateEscrowAccountResponse) XXX_Size added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) XXX_Size() int

func (*MsgUpdateEscrowAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *MsgUpdateEscrowAccountResponse) XXX_Unmarshal(b []byte) error

type NoData added in v0.6.28

type NoData struct {
}

func (*NoData) Descriptor added in v0.6.28

func (*NoData) Descriptor() ([]byte, []int)

func (*NoData) Marshal added in v0.6.28

func (m *NoData) Marshal() (dAtA []byte, err error)

func (*NoData) MarshalTo added in v0.6.28

func (m *NoData) MarshalTo(dAtA []byte) (int, error)

func (*NoData) MarshalToSizedBuffer added in v0.6.28

func (m *NoData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NoData) ProtoMessage added in v0.6.28

func (*NoData) ProtoMessage()

func (*NoData) Reset added in v0.6.28

func (m *NoData) Reset()

func (*NoData) Size added in v0.6.28

func (m *NoData) Size() (n int)

func (*NoData) String added in v0.6.28

func (m *NoData) String() string

func (*NoData) Unmarshal added in v0.6.28

func (m *NoData) Unmarshal(dAtA []byte) error

func (*NoData) XXX_DiscardUnknown added in v0.6.28

func (m *NoData) XXX_DiscardUnknown()

func (*NoData) XXX_Marshal added in v0.6.28

func (m *NoData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoData) XXX_Merge added in v0.6.28

func (m *NoData) XXX_Merge(src proto.Message)

func (*NoData) XXX_Size added in v0.6.28

func (m *NoData) XXX_Size() int

func (*NoData) XXX_Unmarshal added in v0.6.28

func (m *NoData) XXX_Unmarshal(b []byte) error

type Params

type Params struct {
	AccountDidMethodName    string   `protobuf:"bytes,1,opt,name=account_did_method_name,json=accountDidMethodName,proto3" json:"account_did_method_name,omitempty"`
	AccountDidMethodContext string   `` /* 134-byte string literal not displayed */
	AcccountDiscoveryReward int64    `` /* 133-byte string literal not displayed */
	DidBaseContext          string   `protobuf:"bytes,4,opt,name=did_base_context,json=didBaseContext,proto3" json:"did_base_context,omitempty"`
	MaximumIdentityAliases  int32    `` /* 130-byte string literal not displayed */
	SupportedDidMethods     []string `protobuf:"bytes,6,rep,name=supported_did_methods,json=supportedDidMethods,proto3" json:"supported_did_methods,omitempty"`
}

Params defines the parameters for the module.

func DefaultParams

func DefaultParams() Params

DefaultParams returns a default set of parameters

func NewParams

func NewParams() Params

NewParams creates a new Params instance

func (*Params) Descriptor

func (*Params) Descriptor() ([]byte, []int)

func (*Params) GetAcccountDiscoveryReward added in v0.6.26

func (m *Params) GetAcccountDiscoveryReward() int64

func (*Params) GetAccountDidMethodContext added in v0.6.26

func (m *Params) GetAccountDidMethodContext() string

func (*Params) GetAccountDidMethodName added in v0.6.26

func (m *Params) GetAccountDidMethodName() string

func (*Params) GetDidBaseContext

func (m *Params) GetDidBaseContext() string

func (*Params) GetMaximumIdentityAliases added in v0.6.26

func (m *Params) GetMaximumIdentityAliases() int32

func (*Params) GetSupportedDidMethods added in v0.6.26

func (m *Params) GetSupportedDidMethods() []string

func (*Params) Marshal

func (m *Params) Marshal() (dAtA []byte, err error)

func (*Params) MarshalTo

func (m *Params) MarshalTo(dAtA []byte) (int, error)

func (*Params) MarshalToSizedBuffer

func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Params) ParamSetPairs

func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs

ParamSetPairs get the params.ParamSet

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) Reset

func (m *Params) Reset()

func (*Params) Size

func (m *Params) Size() (n int)

func (Params) String

func (p Params) String() string

String implements the Stringer interface.

func (*Params) Unmarshal

func (m *Params) Unmarshal(dAtA []byte) error

func (Params) Validate

func (p Params) Validate() error

Validate validates the set of params

func (*Params) XXX_DiscardUnknown

func (m *Params) XXX_DiscardUnknown()

func (*Params) XXX_Marshal

func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Params) XXX_Merge

func (m *Params) XXX_Merge(src proto.Message)

func (*Params) XXX_Size

func (m *Params) XXX_Size() int

func (*Params) XXX_Unmarshal

func (m *Params) XXX_Unmarshal(b []byte) error

type PortKeeper added in v0.6.28

type PortKeeper interface {
	BindPort(ctx sdk.Context, portID string) *capabilitytypes.Capability
}

PortKeeper defines the expected IBC port keeper.

type QueryAliasAvailableRequest added in v0.6.10

type QueryAliasAvailableRequest struct {
	// alias is the unique identifier of the DIDDocument - it appears like
	// ("example.snr")
	Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
}

func (*QueryAliasAvailableRequest) Descriptor added in v0.6.10

func (*QueryAliasAvailableRequest) Descriptor() ([]byte, []int)

func (*QueryAliasAvailableRequest) GetAlias added in v0.6.10

func (m *QueryAliasAvailableRequest) GetAlias() string

func (*QueryAliasAvailableRequest) Marshal added in v0.6.10

func (m *QueryAliasAvailableRequest) Marshal() (dAtA []byte, err error)

func (*QueryAliasAvailableRequest) MarshalTo added in v0.6.10

func (m *QueryAliasAvailableRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAliasAvailableRequest) MarshalToSizedBuffer added in v0.6.10

func (m *QueryAliasAvailableRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAliasAvailableRequest) ProtoMessage added in v0.6.10

func (*QueryAliasAvailableRequest) ProtoMessage()

func (*QueryAliasAvailableRequest) Reset added in v0.6.10

func (m *QueryAliasAvailableRequest) Reset()

func (*QueryAliasAvailableRequest) Size added in v0.6.10

func (m *QueryAliasAvailableRequest) Size() (n int)

func (*QueryAliasAvailableRequest) String added in v0.6.10

func (m *QueryAliasAvailableRequest) String() string

func (*QueryAliasAvailableRequest) Unmarshal added in v0.6.10

func (m *QueryAliasAvailableRequest) Unmarshal(dAtA []byte) error

func (*QueryAliasAvailableRequest) XXX_DiscardUnknown added in v0.6.10

func (m *QueryAliasAvailableRequest) XXX_DiscardUnknown()

func (*QueryAliasAvailableRequest) XXX_Marshal added in v0.6.10

func (m *QueryAliasAvailableRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAliasAvailableRequest) XXX_Merge added in v0.6.10

func (m *QueryAliasAvailableRequest) XXX_Merge(src proto.Message)

func (*QueryAliasAvailableRequest) XXX_Size added in v0.6.10

func (m *QueryAliasAvailableRequest) XXX_Size() int

func (*QueryAliasAvailableRequest) XXX_Unmarshal added in v0.6.10

func (m *QueryAliasAvailableRequest) XXX_Unmarshal(b []byte) error

type QueryAliasAvailableResponse added in v0.6.10

type QueryAliasAvailableResponse struct {
	Available        bool         `protobuf:"varint,1,opt,name=available,proto3" json:"available,omitempty"`
	ExistingDocument *DIDDocument `protobuf:"bytes,2,opt,name=existing_document,json=existingDocument,proto3" json:"existing_document,omitempty"`
}

func (*QueryAliasAvailableResponse) Descriptor added in v0.6.10

func (*QueryAliasAvailableResponse) Descriptor() ([]byte, []int)

func (*QueryAliasAvailableResponse) GetAvailable added in v0.6.10

func (m *QueryAliasAvailableResponse) GetAvailable() bool

func (*QueryAliasAvailableResponse) GetExistingDocument added in v0.6.10

func (m *QueryAliasAvailableResponse) GetExistingDocument() *DIDDocument

func (*QueryAliasAvailableResponse) Marshal added in v0.6.10

func (m *QueryAliasAvailableResponse) Marshal() (dAtA []byte, err error)

func (*QueryAliasAvailableResponse) MarshalTo added in v0.6.10

func (m *QueryAliasAvailableResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAliasAvailableResponse) MarshalToSizedBuffer added in v0.6.10

func (m *QueryAliasAvailableResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAliasAvailableResponse) ProtoMessage added in v0.6.10

func (*QueryAliasAvailableResponse) ProtoMessage()

func (*QueryAliasAvailableResponse) Reset added in v0.6.10

func (m *QueryAliasAvailableResponse) Reset()

func (*QueryAliasAvailableResponse) Size added in v0.6.10

func (m *QueryAliasAvailableResponse) Size() (n int)

func (*QueryAliasAvailableResponse) String added in v0.6.10

func (m *QueryAliasAvailableResponse) String() string

func (*QueryAliasAvailableResponse) Unmarshal added in v0.6.10

func (m *QueryAliasAvailableResponse) Unmarshal(dAtA []byte) error

func (*QueryAliasAvailableResponse) XXX_DiscardUnknown added in v0.6.10

func (m *QueryAliasAvailableResponse) XXX_DiscardUnknown()

func (*QueryAliasAvailableResponse) XXX_Marshal added in v0.6.10

func (m *QueryAliasAvailableResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAliasAvailableResponse) XXX_Merge added in v0.6.10

func (m *QueryAliasAvailableResponse) XXX_Merge(src proto.Message)

func (*QueryAliasAvailableResponse) XXX_Size added in v0.6.10

func (m *QueryAliasAvailableResponse) XXX_Size() int

func (*QueryAliasAvailableResponse) XXX_Unmarshal added in v0.6.10

func (m *QueryAliasAvailableResponse) XXX_Unmarshal(b []byte) error

type QueryAllControllerAccountRequest added in v0.7.1

type QueryAllControllerAccountRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllControllerAccountRequest) Descriptor added in v0.7.1

func (*QueryAllControllerAccountRequest) Descriptor() ([]byte, []int)

func (*QueryAllControllerAccountRequest) GetPagination added in v0.7.1

func (*QueryAllControllerAccountRequest) Marshal added in v0.7.1

func (m *QueryAllControllerAccountRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllControllerAccountRequest) MarshalTo added in v0.7.1

func (m *QueryAllControllerAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllControllerAccountRequest) MarshalToSizedBuffer added in v0.7.1

func (m *QueryAllControllerAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllControllerAccountRequest) ProtoMessage added in v0.7.1

func (*QueryAllControllerAccountRequest) ProtoMessage()

func (*QueryAllControllerAccountRequest) Reset added in v0.7.1

func (*QueryAllControllerAccountRequest) Size added in v0.7.1

func (m *QueryAllControllerAccountRequest) Size() (n int)

func (*QueryAllControllerAccountRequest) String added in v0.7.1

func (*QueryAllControllerAccountRequest) Unmarshal added in v0.7.1

func (m *QueryAllControllerAccountRequest) Unmarshal(dAtA []byte) error

func (*QueryAllControllerAccountRequest) XXX_DiscardUnknown added in v0.7.1

func (m *QueryAllControllerAccountRequest) XXX_DiscardUnknown()

func (*QueryAllControllerAccountRequest) XXX_Marshal added in v0.7.1

func (m *QueryAllControllerAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllControllerAccountRequest) XXX_Merge added in v0.7.1

func (*QueryAllControllerAccountRequest) XXX_Size added in v0.7.1

func (m *QueryAllControllerAccountRequest) XXX_Size() int

func (*QueryAllControllerAccountRequest) XXX_Unmarshal added in v0.7.1

func (m *QueryAllControllerAccountRequest) XXX_Unmarshal(b []byte) error

type QueryAllControllerAccountResponse added in v0.7.1

type QueryAllControllerAccountResponse struct {
	ControllerAccount []ControllerAccount `protobuf:"bytes,1,rep,name=ControllerAccount,proto3" json:"ControllerAccount"`
	Pagination        *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllControllerAccountResponse) Descriptor added in v0.7.1

func (*QueryAllControllerAccountResponse) Descriptor() ([]byte, []int)

func (*QueryAllControllerAccountResponse) GetControllerAccount added in v0.7.1

func (m *QueryAllControllerAccountResponse) GetControllerAccount() []ControllerAccount

func (*QueryAllControllerAccountResponse) GetPagination added in v0.7.1

func (*QueryAllControllerAccountResponse) Marshal added in v0.7.1

func (m *QueryAllControllerAccountResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllControllerAccountResponse) MarshalTo added in v0.7.1

func (m *QueryAllControllerAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllControllerAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *QueryAllControllerAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllControllerAccountResponse) ProtoMessage added in v0.7.1

func (*QueryAllControllerAccountResponse) ProtoMessage()

func (*QueryAllControllerAccountResponse) Reset added in v0.7.1

func (*QueryAllControllerAccountResponse) Size added in v0.7.1

func (m *QueryAllControllerAccountResponse) Size() (n int)

func (*QueryAllControllerAccountResponse) String added in v0.7.1

func (*QueryAllControllerAccountResponse) Unmarshal added in v0.7.1

func (m *QueryAllControllerAccountResponse) Unmarshal(dAtA []byte) error

func (*QueryAllControllerAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *QueryAllControllerAccountResponse) XXX_DiscardUnknown()

func (*QueryAllControllerAccountResponse) XXX_Marshal added in v0.7.1

func (m *QueryAllControllerAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllControllerAccountResponse) XXX_Merge added in v0.7.1

func (*QueryAllControllerAccountResponse) XXX_Size added in v0.7.1

func (m *QueryAllControllerAccountResponse) XXX_Size() int

func (*QueryAllControllerAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *QueryAllControllerAccountResponse) XXX_Unmarshal(b []byte) error

type QueryAllDIDDocumentRequest added in v0.6.28

type QueryAllDIDDocumentRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllDIDDocumentRequest) Descriptor added in v0.6.28

func (*QueryAllDIDDocumentRequest) Descriptor() ([]byte, []int)

func (*QueryAllDIDDocumentRequest) GetPagination added in v0.6.28

func (m *QueryAllDIDDocumentRequest) GetPagination() *query.PageRequest

func (*QueryAllDIDDocumentRequest) Marshal added in v0.6.28

func (m *QueryAllDIDDocumentRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllDIDDocumentRequest) MarshalTo added in v0.6.28

func (m *QueryAllDIDDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllDIDDocumentRequest) MarshalToSizedBuffer added in v0.6.28

func (m *QueryAllDIDDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllDIDDocumentRequest) ProtoMessage added in v0.6.28

func (*QueryAllDIDDocumentRequest) ProtoMessage()

func (*QueryAllDIDDocumentRequest) Reset added in v0.6.28

func (m *QueryAllDIDDocumentRequest) Reset()

func (*QueryAllDIDDocumentRequest) Size added in v0.6.28

func (m *QueryAllDIDDocumentRequest) Size() (n int)

func (*QueryAllDIDDocumentRequest) String added in v0.6.28

func (m *QueryAllDIDDocumentRequest) String() string

func (*QueryAllDIDDocumentRequest) Unmarshal added in v0.6.28

func (m *QueryAllDIDDocumentRequest) Unmarshal(dAtA []byte) error

func (*QueryAllDIDDocumentRequest) XXX_DiscardUnknown added in v0.6.28

func (m *QueryAllDIDDocumentRequest) XXX_DiscardUnknown()

func (*QueryAllDIDDocumentRequest) XXX_Marshal added in v0.6.28

func (m *QueryAllDIDDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllDIDDocumentRequest) XXX_Merge added in v0.6.28

func (m *QueryAllDIDDocumentRequest) XXX_Merge(src proto.Message)

func (*QueryAllDIDDocumentRequest) XXX_Size added in v0.6.28

func (m *QueryAllDIDDocumentRequest) XXX_Size() int

func (*QueryAllDIDDocumentRequest) XXX_Unmarshal added in v0.6.28

func (m *QueryAllDIDDocumentRequest) XXX_Unmarshal(b []byte) error

type QueryAllDIDDocumentResponse added in v0.6.28

type QueryAllDIDDocumentResponse struct {
	DIDDocument []DIDDocument       `protobuf:"bytes,1,rep,name=dIDDocument,proto3" json:"dIDDocument"`
	Pagination  *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllDIDDocumentResponse) Descriptor added in v0.6.28

func (*QueryAllDIDDocumentResponse) Descriptor() ([]byte, []int)

func (*QueryAllDIDDocumentResponse) GetDIDDocument added in v0.6.28

func (m *QueryAllDIDDocumentResponse) GetDIDDocument() []DIDDocument

func (*QueryAllDIDDocumentResponse) GetPagination added in v0.6.28

func (m *QueryAllDIDDocumentResponse) GetPagination() *query.PageResponse

func (*QueryAllDIDDocumentResponse) Marshal added in v0.6.28

func (m *QueryAllDIDDocumentResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllDIDDocumentResponse) MarshalTo added in v0.6.28

func (m *QueryAllDIDDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllDIDDocumentResponse) MarshalToSizedBuffer added in v0.6.28

func (m *QueryAllDIDDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllDIDDocumentResponse) ProtoMessage added in v0.6.28

func (*QueryAllDIDDocumentResponse) ProtoMessage()

func (*QueryAllDIDDocumentResponse) Reset added in v0.6.28

func (m *QueryAllDIDDocumentResponse) Reset()

func (*QueryAllDIDDocumentResponse) Size added in v0.6.28

func (m *QueryAllDIDDocumentResponse) Size() (n int)

func (*QueryAllDIDDocumentResponse) String added in v0.6.28

func (m *QueryAllDIDDocumentResponse) String() string

func (*QueryAllDIDDocumentResponse) Unmarshal added in v0.6.28

func (m *QueryAllDIDDocumentResponse) Unmarshal(dAtA []byte) error

func (*QueryAllDIDDocumentResponse) XXX_DiscardUnknown added in v0.6.28

func (m *QueryAllDIDDocumentResponse) XXX_DiscardUnknown()

func (*QueryAllDIDDocumentResponse) XXX_Marshal added in v0.6.28

func (m *QueryAllDIDDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllDIDDocumentResponse) XXX_Merge added in v0.6.28

func (m *QueryAllDIDDocumentResponse) XXX_Merge(src proto.Message)

func (*QueryAllDIDDocumentResponse) XXX_Size added in v0.6.28

func (m *QueryAllDIDDocumentResponse) XXX_Size() int

func (*QueryAllDIDDocumentResponse) XXX_Unmarshal added in v0.6.28

func (m *QueryAllDIDDocumentResponse) XXX_Unmarshal(b []byte) error

type QueryAllEscrowAccountRequest added in v0.7.1

type QueryAllEscrowAccountRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEscrowAccountRequest) Descriptor added in v0.7.1

func (*QueryAllEscrowAccountRequest) Descriptor() ([]byte, []int)

func (*QueryAllEscrowAccountRequest) GetPagination added in v0.7.1

func (m *QueryAllEscrowAccountRequest) GetPagination() *query.PageRequest

func (*QueryAllEscrowAccountRequest) Marshal added in v0.7.1

func (m *QueryAllEscrowAccountRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllEscrowAccountRequest) MarshalTo added in v0.7.1

func (m *QueryAllEscrowAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEscrowAccountRequest) MarshalToSizedBuffer added in v0.7.1

func (m *QueryAllEscrowAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEscrowAccountRequest) ProtoMessage added in v0.7.1

func (*QueryAllEscrowAccountRequest) ProtoMessage()

func (*QueryAllEscrowAccountRequest) Reset added in v0.7.1

func (m *QueryAllEscrowAccountRequest) Reset()

func (*QueryAllEscrowAccountRequest) Size added in v0.7.1

func (m *QueryAllEscrowAccountRequest) Size() (n int)

func (*QueryAllEscrowAccountRequest) String added in v0.7.1

func (*QueryAllEscrowAccountRequest) Unmarshal added in v0.7.1

func (m *QueryAllEscrowAccountRequest) Unmarshal(dAtA []byte) error

func (*QueryAllEscrowAccountRequest) XXX_DiscardUnknown added in v0.7.1

func (m *QueryAllEscrowAccountRequest) XXX_DiscardUnknown()

func (*QueryAllEscrowAccountRequest) XXX_Marshal added in v0.7.1

func (m *QueryAllEscrowAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEscrowAccountRequest) XXX_Merge added in v0.7.1

func (m *QueryAllEscrowAccountRequest) XXX_Merge(src proto.Message)

func (*QueryAllEscrowAccountRequest) XXX_Size added in v0.7.1

func (m *QueryAllEscrowAccountRequest) XXX_Size() int

func (*QueryAllEscrowAccountRequest) XXX_Unmarshal added in v0.7.1

func (m *QueryAllEscrowAccountRequest) XXX_Unmarshal(b []byte) error

type QueryAllEscrowAccountResponse added in v0.7.1

type QueryAllEscrowAccountResponse struct {
	EscrowAccount []EscrowAccount     `protobuf:"bytes,1,rep,name=EscrowAccount,proto3" json:"EscrowAccount"`
	Pagination    *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEscrowAccountResponse) Descriptor added in v0.7.1

func (*QueryAllEscrowAccountResponse) Descriptor() ([]byte, []int)

func (*QueryAllEscrowAccountResponse) GetEscrowAccount added in v0.7.1

func (m *QueryAllEscrowAccountResponse) GetEscrowAccount() []EscrowAccount

func (*QueryAllEscrowAccountResponse) GetPagination added in v0.7.1

func (m *QueryAllEscrowAccountResponse) GetPagination() *query.PageResponse

func (*QueryAllEscrowAccountResponse) Marshal added in v0.7.1

func (m *QueryAllEscrowAccountResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllEscrowAccountResponse) MarshalTo added in v0.7.1

func (m *QueryAllEscrowAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEscrowAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *QueryAllEscrowAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEscrowAccountResponse) ProtoMessage added in v0.7.1

func (*QueryAllEscrowAccountResponse) ProtoMessage()

func (*QueryAllEscrowAccountResponse) Reset added in v0.7.1

func (m *QueryAllEscrowAccountResponse) Reset()

func (*QueryAllEscrowAccountResponse) Size added in v0.7.1

func (m *QueryAllEscrowAccountResponse) Size() (n int)

func (*QueryAllEscrowAccountResponse) String added in v0.7.1

func (*QueryAllEscrowAccountResponse) Unmarshal added in v0.7.1

func (m *QueryAllEscrowAccountResponse) Unmarshal(dAtA []byte) error

func (*QueryAllEscrowAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *QueryAllEscrowAccountResponse) XXX_DiscardUnknown()

func (*QueryAllEscrowAccountResponse) XXX_Marshal added in v0.7.1

func (m *QueryAllEscrowAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEscrowAccountResponse) XXX_Merge added in v0.7.1

func (m *QueryAllEscrowAccountResponse) XXX_Merge(src proto.Message)

func (*QueryAllEscrowAccountResponse) XXX_Size added in v0.7.1

func (m *QueryAllEscrowAccountResponse) XXX_Size() int

func (*QueryAllEscrowAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *QueryAllEscrowAccountResponse) XXX_Unmarshal(b []byte) error

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a list of DIDDocument items.
	DIDDocument(ctx context.Context, in *QueryGetDIDDocumentRequest, opts ...grpc.CallOption) (*QueryGetDIDDocumentResponse, error)
	DIDDocumentAll(ctx context.Context, in *QueryAllDIDDocumentRequest, opts ...grpc.CallOption) (*QueryAllDIDDocumentResponse, error)
	// Returns DIDDocument based on an owner
	DidByOwner(ctx context.Context, in *QueryDidByOwnerRequest, opts ...grpc.CallOption) (*QueryDidByOwnerResponse, error)
	// Returns DIDDocument based on an alias *only Sonr Identities
	DidByAlsoKnownAs(ctx context.Context, in *QueryDidByAlsoKnownAsRequest, opts ...grpc.CallOption) (*QueryDidByAlsoKnownAsResponse, error)
	// Checks if a given alias is available to register *only Sonr Identities
	AliasAvailable(ctx context.Context, in *QueryAliasAvailableRequest, opts ...grpc.CallOption) (*QueryAliasAvailableResponse, error)
	// Queries a list of ControllerAccount items.
	ControllerAccount(ctx context.Context, in *QueryGetControllerAccountRequest, opts ...grpc.CallOption) (*QueryGetControllerAccountResponse, error)
	ControllerAccountAll(ctx context.Context, in *QueryAllControllerAccountRequest, opts ...grpc.CallOption) (*QueryAllControllerAccountResponse, error)
	// Queries a list of EscrowAccount items.
	EscrowAccount(ctx context.Context, in *QueryGetEscrowAccountRequest, opts ...grpc.CallOption) (*QueryGetEscrowAccountResponse, error)
	EscrowAccountAll(ctx context.Context, in *QueryAllEscrowAccountRequest, opts ...grpc.CallOption) (*QueryAllEscrowAccountResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc1.ClientConn) QueryClient

type QueryDidByAlsoKnownAsRequest added in v0.4.0

type QueryDidByAlsoKnownAsRequest struct {
	// aka_aliasid is the unique identifier of the DIDDocument - it appears like
	// ("example.snr")
	Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
}

func (*QueryDidByAlsoKnownAsRequest) Descriptor added in v0.4.0

func (*QueryDidByAlsoKnownAsRequest) Descriptor() ([]byte, []int)

func (*QueryDidByAlsoKnownAsRequest) GetAlias added in v0.6.27

func (m *QueryDidByAlsoKnownAsRequest) GetAlias() string

func (*QueryDidByAlsoKnownAsRequest) Marshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) Marshal() (dAtA []byte, err error)

func (*QueryDidByAlsoKnownAsRequest) MarshalTo added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryDidByAlsoKnownAsRequest) MarshalToSizedBuffer added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDidByAlsoKnownAsRequest) ProtoMessage added in v0.4.0

func (*QueryDidByAlsoKnownAsRequest) ProtoMessage()

func (*QueryDidByAlsoKnownAsRequest) Reset added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) Reset()

func (*QueryDidByAlsoKnownAsRequest) Size added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) Size() (n int)

func (*QueryDidByAlsoKnownAsRequest) String added in v0.4.0

func (*QueryDidByAlsoKnownAsRequest) Unmarshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) Unmarshal(dAtA []byte) error

func (*QueryDidByAlsoKnownAsRequest) XXX_DiscardUnknown added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) XXX_DiscardUnknown()

func (*QueryDidByAlsoKnownAsRequest) XXX_Marshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDidByAlsoKnownAsRequest) XXX_Merge added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) XXX_Merge(src proto.Message)

func (*QueryDidByAlsoKnownAsRequest) XXX_Size added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) XXX_Size() int

func (*QueryDidByAlsoKnownAsRequest) XXX_Unmarshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsRequest) XXX_Unmarshal(b []byte) error

type QueryDidByAlsoKnownAsResponse added in v0.4.0

type QueryDidByAlsoKnownAsResponse struct {
	// A DIDDocument is a JSON-LD object that contains a set of public keys
	DidDocument DIDDocument `protobuf:"bytes,1,opt,name=didDocument,proto3" json:"didDocument"`
}

func (*QueryDidByAlsoKnownAsResponse) Descriptor added in v0.4.0

func (*QueryDidByAlsoKnownAsResponse) Descriptor() ([]byte, []int)

func (*QueryDidByAlsoKnownAsResponse) GetDidDocument added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) GetDidDocument() DIDDocument

func (*QueryDidByAlsoKnownAsResponse) Marshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) Marshal() (dAtA []byte, err error)

func (*QueryDidByAlsoKnownAsResponse) MarshalTo added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryDidByAlsoKnownAsResponse) MarshalToSizedBuffer added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDidByAlsoKnownAsResponse) ProtoMessage added in v0.4.0

func (*QueryDidByAlsoKnownAsResponse) ProtoMessage()

func (*QueryDidByAlsoKnownAsResponse) Reset added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) Reset()

func (*QueryDidByAlsoKnownAsResponse) Size added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) Size() (n int)

func (*QueryDidByAlsoKnownAsResponse) String added in v0.4.0

func (*QueryDidByAlsoKnownAsResponse) Unmarshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) Unmarshal(dAtA []byte) error

func (*QueryDidByAlsoKnownAsResponse) XXX_DiscardUnknown added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) XXX_DiscardUnknown()

func (*QueryDidByAlsoKnownAsResponse) XXX_Marshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDidByAlsoKnownAsResponse) XXX_Merge added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) XXX_Merge(src proto.Message)

func (*QueryDidByAlsoKnownAsResponse) XXX_Size added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) XXX_Size() int

func (*QueryDidByAlsoKnownAsResponse) XXX_Unmarshal added in v0.4.0

func (m *QueryDidByAlsoKnownAsResponse) XXX_Unmarshal(b []byte) error

type QueryDidByOwnerRequest added in v0.6.16

type QueryDidByOwnerRequest struct {
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
}

func (*QueryDidByOwnerRequest) Descriptor added in v0.6.16

func (*QueryDidByOwnerRequest) Descriptor() ([]byte, []int)

func (*QueryDidByOwnerRequest) GetOwner added in v0.6.16

func (m *QueryDidByOwnerRequest) GetOwner() string

func (*QueryDidByOwnerRequest) Marshal added in v0.6.16

func (m *QueryDidByOwnerRequest) Marshal() (dAtA []byte, err error)

func (*QueryDidByOwnerRequest) MarshalTo added in v0.6.16

func (m *QueryDidByOwnerRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryDidByOwnerRequest) MarshalToSizedBuffer added in v0.6.16

func (m *QueryDidByOwnerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDidByOwnerRequest) ProtoMessage added in v0.6.16

func (*QueryDidByOwnerRequest) ProtoMessage()

func (*QueryDidByOwnerRequest) Reset added in v0.6.16

func (m *QueryDidByOwnerRequest) Reset()

func (*QueryDidByOwnerRequest) Size added in v0.6.16

func (m *QueryDidByOwnerRequest) Size() (n int)

func (*QueryDidByOwnerRequest) String added in v0.6.16

func (m *QueryDidByOwnerRequest) String() string

func (*QueryDidByOwnerRequest) Unmarshal added in v0.6.16

func (m *QueryDidByOwnerRequest) Unmarshal(dAtA []byte) error

func (*QueryDidByOwnerRequest) XXX_DiscardUnknown added in v0.6.16

func (m *QueryDidByOwnerRequest) XXX_DiscardUnknown()

func (*QueryDidByOwnerRequest) XXX_Marshal added in v0.6.16

func (m *QueryDidByOwnerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDidByOwnerRequest) XXX_Merge added in v0.6.16

func (m *QueryDidByOwnerRequest) XXX_Merge(src proto.Message)

func (*QueryDidByOwnerRequest) XXX_Size added in v0.6.16

func (m *QueryDidByOwnerRequest) XXX_Size() int

func (*QueryDidByOwnerRequest) XXX_Unmarshal added in v0.6.16

func (m *QueryDidByOwnerRequest) XXX_Unmarshal(b []byte) error

type QueryDidByOwnerResponse added in v0.6.16

type QueryDidByOwnerResponse struct {
	DidDocument DIDDocument `protobuf:"bytes,1,opt,name=didDocument,proto3" json:"didDocument"`
}

func (*QueryDidByOwnerResponse) Descriptor added in v0.6.16

func (*QueryDidByOwnerResponse) Descriptor() ([]byte, []int)

func (*QueryDidByOwnerResponse) GetDidDocument added in v0.6.16

func (m *QueryDidByOwnerResponse) GetDidDocument() DIDDocument

func (*QueryDidByOwnerResponse) Marshal added in v0.6.16

func (m *QueryDidByOwnerResponse) Marshal() (dAtA []byte, err error)

func (*QueryDidByOwnerResponse) MarshalTo added in v0.6.16

func (m *QueryDidByOwnerResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryDidByOwnerResponse) MarshalToSizedBuffer added in v0.6.16

func (m *QueryDidByOwnerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDidByOwnerResponse) ProtoMessage added in v0.6.16

func (*QueryDidByOwnerResponse) ProtoMessage()

func (*QueryDidByOwnerResponse) Reset added in v0.6.16

func (m *QueryDidByOwnerResponse) Reset()

func (*QueryDidByOwnerResponse) Size added in v0.6.16

func (m *QueryDidByOwnerResponse) Size() (n int)

func (*QueryDidByOwnerResponse) String added in v0.6.16

func (m *QueryDidByOwnerResponse) String() string

func (*QueryDidByOwnerResponse) Unmarshal added in v0.6.16

func (m *QueryDidByOwnerResponse) Unmarshal(dAtA []byte) error

func (*QueryDidByOwnerResponse) XXX_DiscardUnknown added in v0.6.16

func (m *QueryDidByOwnerResponse) XXX_DiscardUnknown()

func (*QueryDidByOwnerResponse) XXX_Marshal added in v0.6.16

func (m *QueryDidByOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDidByOwnerResponse) XXX_Merge added in v0.6.16

func (m *QueryDidByOwnerResponse) XXX_Merge(src proto.Message)

func (*QueryDidByOwnerResponse) XXX_Size added in v0.6.16

func (m *QueryDidByOwnerResponse) XXX_Size() int

func (*QueryDidByOwnerResponse) XXX_Unmarshal added in v0.6.16

func (m *QueryDidByOwnerResponse) XXX_Unmarshal(b []byte) error

type QueryGetControllerAccountRequest added in v0.7.1

type QueryGetControllerAccountRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryGetControllerAccountRequest) Descriptor added in v0.7.1

func (*QueryGetControllerAccountRequest) Descriptor() ([]byte, []int)

func (*QueryGetControllerAccountRequest) GetAddress added in v0.7.1

func (m *QueryGetControllerAccountRequest) GetAddress() string

func (*QueryGetControllerAccountRequest) Marshal added in v0.7.1

func (m *QueryGetControllerAccountRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetControllerAccountRequest) MarshalTo added in v0.7.1

func (m *QueryGetControllerAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetControllerAccountRequest) MarshalToSizedBuffer added in v0.7.1

func (m *QueryGetControllerAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetControllerAccountRequest) ProtoMessage added in v0.7.1

func (*QueryGetControllerAccountRequest) ProtoMessage()

func (*QueryGetControllerAccountRequest) Reset added in v0.7.1

func (*QueryGetControllerAccountRequest) Size added in v0.7.1

func (m *QueryGetControllerAccountRequest) Size() (n int)

func (*QueryGetControllerAccountRequest) String added in v0.7.1

func (*QueryGetControllerAccountRequest) Unmarshal added in v0.7.1

func (m *QueryGetControllerAccountRequest) Unmarshal(dAtA []byte) error

func (*QueryGetControllerAccountRequest) XXX_DiscardUnknown added in v0.7.1

func (m *QueryGetControllerAccountRequest) XXX_DiscardUnknown()

func (*QueryGetControllerAccountRequest) XXX_Marshal added in v0.7.1

func (m *QueryGetControllerAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetControllerAccountRequest) XXX_Merge added in v0.7.1

func (*QueryGetControllerAccountRequest) XXX_Size added in v0.7.1

func (m *QueryGetControllerAccountRequest) XXX_Size() int

func (*QueryGetControllerAccountRequest) XXX_Unmarshal added in v0.7.1

func (m *QueryGetControllerAccountRequest) XXX_Unmarshal(b []byte) error

type QueryGetControllerAccountResponse added in v0.7.1

type QueryGetControllerAccountResponse struct {
	ControllerAccount ControllerAccount `protobuf:"bytes,1,opt,name=ControllerAccount,proto3" json:"ControllerAccount"`
}

func (*QueryGetControllerAccountResponse) Descriptor added in v0.7.1

func (*QueryGetControllerAccountResponse) Descriptor() ([]byte, []int)

func (*QueryGetControllerAccountResponse) GetControllerAccount added in v0.7.1

func (m *QueryGetControllerAccountResponse) GetControllerAccount() ControllerAccount

func (*QueryGetControllerAccountResponse) Marshal added in v0.7.1

func (m *QueryGetControllerAccountResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetControllerAccountResponse) MarshalTo added in v0.7.1

func (m *QueryGetControllerAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetControllerAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *QueryGetControllerAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetControllerAccountResponse) ProtoMessage added in v0.7.1

func (*QueryGetControllerAccountResponse) ProtoMessage()

func (*QueryGetControllerAccountResponse) Reset added in v0.7.1

func (*QueryGetControllerAccountResponse) Size added in v0.7.1

func (m *QueryGetControllerAccountResponse) Size() (n int)

func (*QueryGetControllerAccountResponse) String added in v0.7.1

func (*QueryGetControllerAccountResponse) Unmarshal added in v0.7.1

func (m *QueryGetControllerAccountResponse) Unmarshal(dAtA []byte) error

func (*QueryGetControllerAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *QueryGetControllerAccountResponse) XXX_DiscardUnknown()

func (*QueryGetControllerAccountResponse) XXX_Marshal added in v0.7.1

func (m *QueryGetControllerAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetControllerAccountResponse) XXX_Merge added in v0.7.1

func (*QueryGetControllerAccountResponse) XXX_Size added in v0.7.1

func (m *QueryGetControllerAccountResponse) XXX_Size() int

func (*QueryGetControllerAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *QueryGetControllerAccountResponse) XXX_Unmarshal(b []byte) error

type QueryGetDIDDocumentRequest added in v0.6.28

type QueryGetDIDDocumentRequest struct {
	Did string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"`
}

func (*QueryGetDIDDocumentRequest) Descriptor added in v0.6.28

func (*QueryGetDIDDocumentRequest) Descriptor() ([]byte, []int)

func (*QueryGetDIDDocumentRequest) GetDid added in v0.6.28

func (m *QueryGetDIDDocumentRequest) GetDid() string

func (*QueryGetDIDDocumentRequest) Marshal added in v0.6.28

func (m *QueryGetDIDDocumentRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetDIDDocumentRequest) MarshalTo added in v0.6.28

func (m *QueryGetDIDDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetDIDDocumentRequest) MarshalToSizedBuffer added in v0.6.28

func (m *QueryGetDIDDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetDIDDocumentRequest) ProtoMessage added in v0.6.28

func (*QueryGetDIDDocumentRequest) ProtoMessage()

func (*QueryGetDIDDocumentRequest) Reset added in v0.6.28

func (m *QueryGetDIDDocumentRequest) Reset()

func (*QueryGetDIDDocumentRequest) Size added in v0.6.28

func (m *QueryGetDIDDocumentRequest) Size() (n int)

func (*QueryGetDIDDocumentRequest) String added in v0.6.28

func (m *QueryGetDIDDocumentRequest) String() string

func (*QueryGetDIDDocumentRequest) Unmarshal added in v0.6.28

func (m *QueryGetDIDDocumentRequest) Unmarshal(dAtA []byte) error

func (*QueryGetDIDDocumentRequest) XXX_DiscardUnknown added in v0.6.28

func (m *QueryGetDIDDocumentRequest) XXX_DiscardUnknown()

func (*QueryGetDIDDocumentRequest) XXX_Marshal added in v0.6.28

func (m *QueryGetDIDDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetDIDDocumentRequest) XXX_Merge added in v0.6.28

func (m *QueryGetDIDDocumentRequest) XXX_Merge(src proto.Message)

func (*QueryGetDIDDocumentRequest) XXX_Size added in v0.6.28

func (m *QueryGetDIDDocumentRequest) XXX_Size() int

func (*QueryGetDIDDocumentRequest) XXX_Unmarshal added in v0.6.28

func (m *QueryGetDIDDocumentRequest) XXX_Unmarshal(b []byte) error

type QueryGetDIDDocumentResponse added in v0.6.28

type QueryGetDIDDocumentResponse struct {
	DIDDocument DIDDocument `protobuf:"bytes,1,opt,name=dIDDocument,proto3" json:"dIDDocument"`
}

func (*QueryGetDIDDocumentResponse) Descriptor added in v0.6.28

func (*QueryGetDIDDocumentResponse) Descriptor() ([]byte, []int)

func (*QueryGetDIDDocumentResponse) GetDIDDocument added in v0.6.28

func (m *QueryGetDIDDocumentResponse) GetDIDDocument() DIDDocument

func (*QueryGetDIDDocumentResponse) Marshal added in v0.6.28

func (m *QueryGetDIDDocumentResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetDIDDocumentResponse) MarshalTo added in v0.6.28

func (m *QueryGetDIDDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetDIDDocumentResponse) MarshalToSizedBuffer added in v0.6.28

func (m *QueryGetDIDDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetDIDDocumentResponse) ProtoMessage added in v0.6.28

func (*QueryGetDIDDocumentResponse) ProtoMessage()

func (*QueryGetDIDDocumentResponse) Reset added in v0.6.28

func (m *QueryGetDIDDocumentResponse) Reset()

func (*QueryGetDIDDocumentResponse) Size added in v0.6.28

func (m *QueryGetDIDDocumentResponse) Size() (n int)

func (*QueryGetDIDDocumentResponse) String added in v0.6.28

func (m *QueryGetDIDDocumentResponse) String() string

func (*QueryGetDIDDocumentResponse) Unmarshal added in v0.6.28

func (m *QueryGetDIDDocumentResponse) Unmarshal(dAtA []byte) error

func (*QueryGetDIDDocumentResponse) XXX_DiscardUnknown added in v0.6.28

func (m *QueryGetDIDDocumentResponse) XXX_DiscardUnknown()

func (*QueryGetDIDDocumentResponse) XXX_Marshal added in v0.6.28

func (m *QueryGetDIDDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetDIDDocumentResponse) XXX_Merge added in v0.6.28

func (m *QueryGetDIDDocumentResponse) XXX_Merge(src proto.Message)

func (*QueryGetDIDDocumentResponse) XXX_Size added in v0.6.28

func (m *QueryGetDIDDocumentResponse) XXX_Size() int

func (*QueryGetDIDDocumentResponse) XXX_Unmarshal added in v0.6.28

func (m *QueryGetDIDDocumentResponse) XXX_Unmarshal(b []byte) error

type QueryGetEscrowAccountRequest added in v0.7.1

type QueryGetEscrowAccountRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryGetEscrowAccountRequest) Descriptor added in v0.7.1

func (*QueryGetEscrowAccountRequest) Descriptor() ([]byte, []int)

func (*QueryGetEscrowAccountRequest) GetAddress added in v0.7.1

func (m *QueryGetEscrowAccountRequest) GetAddress() string

func (*QueryGetEscrowAccountRequest) Marshal added in v0.7.1

func (m *QueryGetEscrowAccountRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetEscrowAccountRequest) MarshalTo added in v0.7.1

func (m *QueryGetEscrowAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEscrowAccountRequest) MarshalToSizedBuffer added in v0.7.1

func (m *QueryGetEscrowAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEscrowAccountRequest) ProtoMessage added in v0.7.1

func (*QueryGetEscrowAccountRequest) ProtoMessage()

func (*QueryGetEscrowAccountRequest) Reset added in v0.7.1

func (m *QueryGetEscrowAccountRequest) Reset()

func (*QueryGetEscrowAccountRequest) Size added in v0.7.1

func (m *QueryGetEscrowAccountRequest) Size() (n int)

func (*QueryGetEscrowAccountRequest) String added in v0.7.1

func (*QueryGetEscrowAccountRequest) Unmarshal added in v0.7.1

func (m *QueryGetEscrowAccountRequest) Unmarshal(dAtA []byte) error

func (*QueryGetEscrowAccountRequest) XXX_DiscardUnknown added in v0.7.1

func (m *QueryGetEscrowAccountRequest) XXX_DiscardUnknown()

func (*QueryGetEscrowAccountRequest) XXX_Marshal added in v0.7.1

func (m *QueryGetEscrowAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEscrowAccountRequest) XXX_Merge added in v0.7.1

func (m *QueryGetEscrowAccountRequest) XXX_Merge(src proto.Message)

func (*QueryGetEscrowAccountRequest) XXX_Size added in v0.7.1

func (m *QueryGetEscrowAccountRequest) XXX_Size() int

func (*QueryGetEscrowAccountRequest) XXX_Unmarshal added in v0.7.1

func (m *QueryGetEscrowAccountRequest) XXX_Unmarshal(b []byte) error

type QueryGetEscrowAccountResponse added in v0.7.1

type QueryGetEscrowAccountResponse struct {
	EscrowAccount EscrowAccount `protobuf:"bytes,1,opt,name=EscrowAccount,proto3" json:"EscrowAccount"`
}

func (*QueryGetEscrowAccountResponse) Descriptor added in v0.7.1

func (*QueryGetEscrowAccountResponse) Descriptor() ([]byte, []int)

func (*QueryGetEscrowAccountResponse) GetEscrowAccount added in v0.7.1

func (m *QueryGetEscrowAccountResponse) GetEscrowAccount() EscrowAccount

func (*QueryGetEscrowAccountResponse) Marshal added in v0.7.1

func (m *QueryGetEscrowAccountResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetEscrowAccountResponse) MarshalTo added in v0.7.1

func (m *QueryGetEscrowAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEscrowAccountResponse) MarshalToSizedBuffer added in v0.7.1

func (m *QueryGetEscrowAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEscrowAccountResponse) ProtoMessage added in v0.7.1

func (*QueryGetEscrowAccountResponse) ProtoMessage()

func (*QueryGetEscrowAccountResponse) Reset added in v0.7.1

func (m *QueryGetEscrowAccountResponse) Reset()

func (*QueryGetEscrowAccountResponse) Size added in v0.7.1

func (m *QueryGetEscrowAccountResponse) Size() (n int)

func (*QueryGetEscrowAccountResponse) String added in v0.7.1

func (*QueryGetEscrowAccountResponse) Unmarshal added in v0.7.1

func (m *QueryGetEscrowAccountResponse) Unmarshal(dAtA []byte) error

func (*QueryGetEscrowAccountResponse) XXX_DiscardUnknown added in v0.7.1

func (m *QueryGetEscrowAccountResponse) XXX_DiscardUnknown()

func (*QueryGetEscrowAccountResponse) XXX_Marshal added in v0.7.1

func (m *QueryGetEscrowAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEscrowAccountResponse) XXX_Merge added in v0.7.1

func (m *QueryGetEscrowAccountResponse) XXX_Merge(src proto.Message)

func (*QueryGetEscrowAccountResponse) XXX_Size added in v0.7.1

func (m *QueryGetEscrowAccountResponse) XXX_Size() int

func (*QueryGetEscrowAccountResponse) XXX_Unmarshal added in v0.7.1

func (m *QueryGetEscrowAccountResponse) XXX_Unmarshal(b []byte) error

type QueryParamsRequest

type QueryParamsRequest struct {
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

func (*QueryParamsRequest) Marshal

func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)

func (*QueryParamsRequest) MarshalTo

func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryParamsRequest) MarshalToSizedBuffer

func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) Reset

func (m *QueryParamsRequest) Reset()

func (*QueryParamsRequest) Size

func (m *QueryParamsRequest) Size() (n int)

func (*QueryParamsRequest) String

func (m *QueryParamsRequest) String() string

func (*QueryParamsRequest) Unmarshal

func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error

func (*QueryParamsRequest) XXX_DiscardUnknown

func (m *QueryParamsRequest) XXX_DiscardUnknown()

func (*QueryParamsRequest) XXX_Marshal

func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryParamsRequest) XXX_Merge

func (m *QueryParamsRequest) XXX_Merge(src proto.Message)

func (*QueryParamsRequest) XXX_Size

func (m *QueryParamsRequest) XXX_Size() int

func (*QueryParamsRequest) XXX_Unmarshal

func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error

type QueryParamsResponse

type QueryParamsResponse struct {
	// params holds all the parameters of this module.
	Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

func (*QueryParamsResponse) GetParams

func (m *QueryParamsResponse) GetParams() Params

func (*QueryParamsResponse) Marshal

func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)

func (*QueryParamsResponse) MarshalTo

func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryParamsResponse) MarshalToSizedBuffer

func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) Reset

func (m *QueryParamsResponse) Reset()

func (*QueryParamsResponse) Size

func (m *QueryParamsResponse) Size() (n int)

func (*QueryParamsResponse) String

func (m *QueryParamsResponse) String() string

func (*QueryParamsResponse) Unmarshal

func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error

func (*QueryParamsResponse) XXX_DiscardUnknown

func (m *QueryParamsResponse) XXX_DiscardUnknown()

func (*QueryParamsResponse) XXX_Marshal

func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryParamsResponse) XXX_Merge

func (m *QueryParamsResponse) XXX_Merge(src proto.Message)

func (*QueryParamsResponse) XXX_Size

func (m *QueryParamsResponse) XXX_Size() int

func (*QueryParamsResponse) XXX_Unmarshal

func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of DIDDocument items.
	DIDDocument(context.Context, *QueryGetDIDDocumentRequest) (*QueryGetDIDDocumentResponse, error)
	DIDDocumentAll(context.Context, *QueryAllDIDDocumentRequest) (*QueryAllDIDDocumentResponse, error)
	// Returns DIDDocument based on an owner
	DidByOwner(context.Context, *QueryDidByOwnerRequest) (*QueryDidByOwnerResponse, error)
	// Returns DIDDocument based on an alias *only Sonr Identities
	DidByAlsoKnownAs(context.Context, *QueryDidByAlsoKnownAsRequest) (*QueryDidByAlsoKnownAsResponse, error)
	// Checks if a given alias is available to register *only Sonr Identities
	AliasAvailable(context.Context, *QueryAliasAvailableRequest) (*QueryAliasAvailableResponse, error)
	// Queries a list of ControllerAccount items.
	ControllerAccount(context.Context, *QueryGetControllerAccountRequest) (*QueryGetControllerAccountResponse, error)
	ControllerAccountAll(context.Context, *QueryAllControllerAccountRequest) (*QueryAllControllerAccountResponse, error)
	// Queries a list of EscrowAccount items.
	EscrowAccount(context.Context, *QueryGetEscrowAccountRequest) (*QueryGetEscrowAccountResponse, error)
	EscrowAccountAll(context.Context, *QueryAllEscrowAccountRequest) (*QueryAllEscrowAccountResponse, error)
}

QueryServer is the server API for Query service.

type ScopedKeeper added in v0.6.28

type ScopedKeeper interface {
	GetCapability(ctx sdk.Context, name string) (*capabilitytypes.Capability, bool)
	AuthenticateCapability(ctx sdk.Context, cap *capabilitytypes.Capability, name string) bool
	ClaimCapability(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error
}

ScopedKeeper defines the expected IBC scoped keeper.

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer can be embedded to have forward compatible implementations.

func (*UnimplementedMsgServer) CreateControllerAccount added in v0.7.1

func (*UnimplementedMsgServer) CreateEscrowAccount added in v0.7.1

func (*UnimplementedMsgServer) DeleteControllerAccount added in v0.7.1

func (*UnimplementedMsgServer) DeleteEscrowAccount added in v0.7.1

func (*UnimplementedMsgServer) RegisterIdentity added in v0.6.26

func (*UnimplementedMsgServer) UpdateControllerAccount added in v0.7.1

func (*UnimplementedMsgServer) UpdateEscrowAccount added in v0.7.1

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) AliasAvailable added in v0.6.10

func (*UnimplementedQueryServer) ControllerAccount added in v0.7.1

func (*UnimplementedQueryServer) ControllerAccountAll added in v0.7.1

func (*UnimplementedQueryServer) DIDDocument added in v0.6.28

func (*UnimplementedQueryServer) DIDDocumentAll added in v0.6.28

func (*UnimplementedQueryServer) DidByAlsoKnownAs added in v0.4.0

func (*UnimplementedQueryServer) DidByOwner added in v0.6.16

func (*UnimplementedQueryServer) EscrowAccount added in v0.7.1

func (*UnimplementedQueryServer) EscrowAccountAll added in v0.7.1

func (*UnimplementedQueryServer) Params

type VaultKeeper added in v0.6.26

type VaultKeeper interface {
}

VaultKeeper defines the expected interface for managing Keys on IPFS Vaults

type VerificationMethod

type VerificationMethod struct {
	Id                  string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Controller          string   `protobuf:"bytes,3,opt,name=controller,proto3" json:"controller,omitempty"`
	PublicKeyJwk        string   `protobuf:"bytes,4,opt,name=public_key_jwk,json=publicKeyJwk,proto3" json:"public_key_jwk,omitempty"`
	PublicKeyMultibase  string   `protobuf:"bytes,5,opt,name=public_key_multibase,json=publicKeyMultibase,proto3" json:"public_key_multibase,omitempty"`
	BlockchainAccountId string   `protobuf:"bytes,6,opt,name=blockchain_account_id,json=blockchainAccountId,proto3" json:"blockchain_account_id,omitempty"`
	AttestationType     string   `protobuf:"bytes,7,opt,name=attestation_type,json=attestationType,proto3" json:"attestation_type,omitempty"`
	Transports          []string `protobuf:"bytes,8,rep,name=transports,proto3" json:"transports,omitempty"`
}

VerificationMethod represents a verification method that can be used to authenticate the DID subject or perform other cryptographic operations.

func (*VerificationMethod) Descriptor

func (*VerificationMethod) Descriptor() ([]byte, []int)

func (*VerificationMethod) GetAttestationType added in v0.7.0

func (m *VerificationMethod) GetAttestationType() string

func (*VerificationMethod) GetBlockchainAccountId

func (m *VerificationMethod) GetBlockchainAccountId() string

func (*VerificationMethod) GetController

func (m *VerificationMethod) GetController() string

func (*VerificationMethod) GetId added in v0.3.0

func (m *VerificationMethod) GetId() string

func (*VerificationMethod) GetPublicKeyJwk

func (m *VerificationMethod) GetPublicKeyJwk() string

func (*VerificationMethod) GetPublicKeyMultibase

func (m *VerificationMethod) GetPublicKeyMultibase() string

func (*VerificationMethod) GetTransports added in v0.7.0

func (m *VerificationMethod) GetTransports() []string

func (*VerificationMethod) GetType

func (m *VerificationMethod) GetType() string

func (*VerificationMethod) Marshal

func (m *VerificationMethod) Marshal() (dAtA []byte, err error)

func (*VerificationMethod) MarshalTo

func (m *VerificationMethod) MarshalTo(dAtA []byte) (int, error)

func (*VerificationMethod) MarshalToSizedBuffer

func (m *VerificationMethod) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerificationMethod) ProtoMessage

func (*VerificationMethod) ProtoMessage()

func (*VerificationMethod) Reset

func (m *VerificationMethod) Reset()

func (*VerificationMethod) Size

func (m *VerificationMethod) Size() (n int)

func (*VerificationMethod) String

func (m *VerificationMethod) String() string

func (*VerificationMethod) ToCredentialDescriptor added in v0.7.0

func (vm *VerificationMethod) ToCredentialDescriptor() (protocol.CredentialDescriptor, error)

ToCredentialDescriptor converts a VerificationMethod to a CredentialDescriptor if the VerificationMethod uses the `did:webauthn` method returns an error if the VerificationMethod does not use the `did:webauthn` method

func (*VerificationMethod) Unmarshal

func (m *VerificationMethod) Unmarshal(dAtA []byte) error

func (*VerificationMethod) XXX_DiscardUnknown

func (m *VerificationMethod) XXX_DiscardUnknown()

func (*VerificationMethod) XXX_Marshal

func (m *VerificationMethod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerificationMethod) XXX_Merge

func (m *VerificationMethod) XXX_Merge(src proto.Message)

func (*VerificationMethod) XXX_Size

func (m *VerificationMethod) XXX_Size() int

func (*VerificationMethod) XXX_Unmarshal

func (m *VerificationMethod) XXX_Unmarshal(b []byte) error

type VerificationRelationship

type VerificationRelationship struct {
	VerificationMethod *VerificationMethod `protobuf:"bytes,1,opt,name=verification_method,json=verificationMethod,proto3" json:"verification_method,omitempty"`
	Reference          string              `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"`
	Type               string              `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Owner              string              `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
}

VerificationRelationship represents a relationship between a verification method and a specific verification purpose (e.g., authentication, assertion, etc.).

func (*VerificationRelationship) Descriptor

func (*VerificationRelationship) Descriptor() ([]byte, []int)

func (*VerificationRelationship) GetOwner added in v0.6.26

func (m *VerificationRelationship) GetOwner() string

func (*VerificationRelationship) GetReference

func (m *VerificationRelationship) GetReference() string

func (*VerificationRelationship) GetType added in v0.5.1

func (m *VerificationRelationship) GetType() string

func (*VerificationRelationship) GetVerificationMethod

func (m *VerificationRelationship) GetVerificationMethod() *VerificationMethod

func (*VerificationRelationship) Marshal

func (m *VerificationRelationship) Marshal() (dAtA []byte, err error)

func (*VerificationRelationship) MarshalTo

func (m *VerificationRelationship) MarshalTo(dAtA []byte) (int, error)

func (*VerificationRelationship) MarshalToSizedBuffer

func (m *VerificationRelationship) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerificationRelationship) ProtoMessage

func (*VerificationRelationship) ProtoMessage()

func (*VerificationRelationship) Reset

func (m *VerificationRelationship) Reset()

func (*VerificationRelationship) Size

func (m *VerificationRelationship) Size() (n int)

func (*VerificationRelationship) String

func (m *VerificationRelationship) String() string

func (*VerificationRelationship) Unmarshal

func (m *VerificationRelationship) Unmarshal(dAtA []byte) error

func (*VerificationRelationship) XXX_DiscardUnknown

func (m *VerificationRelationship) XXX_DiscardUnknown()

func (*VerificationRelationship) XXX_Marshal

func (m *VerificationRelationship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerificationRelationship) XXX_Merge

func (m *VerificationRelationship) XXX_Merge(src proto.Message)

func (*VerificationRelationship) XXX_Size

func (m *VerificationRelationship) XXX_Size() int

func (*VerificationRelationship) XXX_Unmarshal

func (m *VerificationRelationship) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL