wardenv1beta1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

View Source
const (
	Query_Params_FullMethodName                     = "/warden.warden.v1beta1.Query/Params"
	Query_Spaces_FullMethodName                     = "/warden.warden.v1beta1.Query/Spaces"
	Query_SpacesByOwner_FullMethodName              = "/warden.warden.v1beta1.Query/SpacesByOwner"
	Query_Keychains_FullMethodName                  = "/warden.warden.v1beta1.Query/Keychains"
	Query_SpaceByAddress_FullMethodName             = "/warden.warden.v1beta1.Query/SpaceByAddress"
	Query_KeychainByAddress_FullMethodName          = "/warden.warden.v1beta1.Query/KeychainByAddress"
	Query_KeyRequests_FullMethodName                = "/warden.warden.v1beta1.Query/KeyRequests"
	Query_KeyRequestById_FullMethodName             = "/warden.warden.v1beta1.Query/KeyRequestById"
	Query_Keys_FullMethodName                       = "/warden.warden.v1beta1.Query/Keys"
	Query_SignatureRequests_FullMethodName          = "/warden.warden.v1beta1.Query/SignatureRequests"
	Query_SignatureRequestById_FullMethodName       = "/warden.warden.v1beta1.Query/SignatureRequestById"
	Query_SignTransactionRequests_FullMethodName    = "/warden.warden.v1beta1.Query/SignTransactionRequests"
	Query_SignTransactionRequestById_FullMethodName = "/warden.warden.v1beta1.Query/SignTransactionRequestById"
)
View Source
const (
	Msg_UpdateParams_FullMethodName              = "/warden.warden.v1beta1.Msg/UpdateParams"
	Msg_NewSpace_FullMethodName                  = "/warden.warden.v1beta1.Msg/NewSpace"
	Msg_AddSpaceOwner_FullMethodName             = "/warden.warden.v1beta1.Msg/AddSpaceOwner"
	Msg_RemoveSpaceOwner_FullMethodName          = "/warden.warden.v1beta1.Msg/RemoveSpaceOwner"
	Msg_NewKeychain_FullMethodName               = "/warden.warden.v1beta1.Msg/NewKeychain"
	Msg_AddKeychainParty_FullMethodName          = "/warden.warden.v1beta1.Msg/AddKeychainParty"
	Msg_UpdateSpace_FullMethodName               = "/warden.warden.v1beta1.Msg/UpdateSpace"
	Msg_UpdateKeychain_FullMethodName            = "/warden.warden.v1beta1.Msg/UpdateKeychain"
	Msg_NewKeyRequest_FullMethodName             = "/warden.warden.v1beta1.Msg/NewKeyRequest"
	Msg_UpdateKeyRequest_FullMethodName          = "/warden.warden.v1beta1.Msg/UpdateKeyRequest"
	Msg_NewSignatureRequest_FullMethodName       = "/warden.warden.v1beta1.Msg/NewSignatureRequest"
	Msg_FulfilSignatureRequest_FullMethodName    = "/warden.warden.v1beta1.Msg/FulfilSignatureRequest"
	Msg_NewSignTransactionRequest_FullMethodName = "/warden.warden.v1beta1.Msg/NewSignTransactionRequest"
)

Variables

View Source
var (
	KeyRequestStatus_name = map[int32]string{
		0: "KEY_REQUEST_STATUS_UNSPECIFIED",
		1: "KEY_REQUEST_STATUS_PENDING",
		2: "KEY_REQUEST_STATUS_FULFILLED",
		3: "KEY_REQUEST_STATUS_REJECTED",
	}
	KeyRequestStatus_value = map[string]int32{
		"KEY_REQUEST_STATUS_UNSPECIFIED": 0,
		"KEY_REQUEST_STATUS_PENDING":     1,
		"KEY_REQUEST_STATUS_FULFILLED":   2,
		"KEY_REQUEST_STATUS_REJECTED":    3,
	}
)

Enum value maps for KeyRequestStatus.

View Source
var (
	KeyType_name = map[int32]string{
		0: "KEY_TYPE_UNSPECIFIED",
		1: "KEY_TYPE_ECDSA_SECP256K1",
		2: "KEY_TYPE_EDDSA_ED25519",
	}
	KeyType_value = map[string]int32{
		"KEY_TYPE_UNSPECIFIED":     0,
		"KEY_TYPE_ECDSA_SECP256K1": 1,
		"KEY_TYPE_EDDSA_ED25519":   2,
	}
)

Enum value maps for KeyType.

View Source
var (
	SignRequestStatus_name = map[int32]string{
		0: "SIGN_REQUEST_STATUS_UNSPECIFIED",
		1: "SIGN_REQUEST_STATUS_PENDING",
		2: "SIGN_REQUEST_STATUS_FULFILLED",
		3: "SIGN_REQUEST_STATUS_REJECTED",
	}
	SignRequestStatus_value = map[string]int32{
		"SIGN_REQUEST_STATUS_UNSPECIFIED": 0,
		"SIGN_REQUEST_STATUS_PENDING":     1,
		"SIGN_REQUEST_STATUS_FULFILLED":   2,
		"SIGN_REQUEST_STATUS_REJECTED":    3,
	}
)

Enum value maps for SignRequestStatus.

View Source
var (
	WalletType_name = map[int32]string{
		0: "WALLET_TYPE_UNSPECIFIED",
		1: "WALLET_TYPE_ETH",
		2: "WALLET_TYPE_CELESTIA",
		3: "WALLET_TYPE_SUI",
	}
	WalletType_value = map[string]int32{
		"WALLET_TYPE_UNSPECIFIED": 0,
		"WALLET_TYPE_ETH":         1,
		"WALLET_TYPE_CELESTIA":    2,
		"WALLET_TYPE_SUI":         3,
	}
)

Enum value maps for WalletType.

View Source
var File_warden_warden_v1beta1_genesis_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_key_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_keychain_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_params_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_query_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_signature_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_space_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_tx_proto protoreflect.FileDescriptor
View Source
var File_warden_warden_v1beta1_wallet_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "warden.warden.v1beta1.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UpdateParams",
			Handler:    _Msg_UpdateParams_Handler,
		},
		{
			MethodName: "NewSpace",
			Handler:    _Msg_NewSpace_Handler,
		},
		{
			MethodName: "AddSpaceOwner",
			Handler:    _Msg_AddSpaceOwner_Handler,
		},
		{
			MethodName: "RemoveSpaceOwner",
			Handler:    _Msg_RemoveSpaceOwner_Handler,
		},
		{
			MethodName: "NewKeychain",
			Handler:    _Msg_NewKeychain_Handler,
		},
		{
			MethodName: "AddKeychainParty",
			Handler:    _Msg_AddKeychainParty_Handler,
		},
		{
			MethodName: "UpdateSpace",
			Handler:    _Msg_UpdateSpace_Handler,
		},
		{
			MethodName: "UpdateKeychain",
			Handler:    _Msg_UpdateKeychain_Handler,
		},
		{
			MethodName: "NewKeyRequest",
			Handler:    _Msg_NewKeyRequest_Handler,
		},
		{
			MethodName: "UpdateKeyRequest",
			Handler:    _Msg_UpdateKeyRequest_Handler,
		},
		{
			MethodName: "NewSignatureRequest",
			Handler:    _Msg_NewSignatureRequest_Handler,
		},
		{
			MethodName: "FulfilSignatureRequest",
			Handler:    _Msg_FulfilSignatureRequest_Handler,
		},
		{
			MethodName: "NewSignTransactionRequest",
			Handler:    _Msg_NewSignTransactionRequest_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "warden/warden/v1beta1/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "warden.warden.v1beta1.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "Spaces",
			Handler:    _Query_Spaces_Handler,
		},
		{
			MethodName: "SpacesByOwner",
			Handler:    _Query_SpacesByOwner_Handler,
		},
		{
			MethodName: "Keychains",
			Handler:    _Query_Keychains_Handler,
		},
		{
			MethodName: "SpaceByAddress",
			Handler:    _Query_SpaceByAddress_Handler,
		},
		{
			MethodName: "KeychainByAddress",
			Handler:    _Query_KeychainByAddress_Handler,
		},
		{
			MethodName: "KeyRequests",
			Handler:    _Query_KeyRequests_Handler,
		},
		{
			MethodName: "KeyRequestById",
			Handler:    _Query_KeyRequestById_Handler,
		},
		{
			MethodName: "Keys",
			Handler:    _Query_Keys_Handler,
		},
		{
			MethodName: "SignatureRequests",
			Handler:    _Query_SignatureRequests_Handler,
		},
		{
			MethodName: "SignatureRequestById",
			Handler:    _Query_SignatureRequestById_Handler,
		},
		{
			MethodName: "SignTransactionRequests",
			Handler:    _Query_SignTransactionRequests_Handler,
		},
		{
			MethodName: "SignTransactionRequestById",
			Handler:    _Query_SignTransactionRequestById_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "warden/warden/v1beta1/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type GenesisState

type GenesisState struct {

	// params defines all the parameters of the module.
	Params    *Params     `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	Keychains []*Keychain `protobuf:"bytes,2,rep,name=keychains,proto3" json:"keychains,omitempty"`
	Spaces    []*Space    `protobuf:"bytes,3,rep,name=spaces,proto3" json:"spaces,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the warden module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetKeychains

func (x *GenesisState) GetKeychains() []*Keychain

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetSpaces

func (x *GenesisState) GetSpaces() []*Space

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type Key

type Key struct {
	Id           uint64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	SpaceAddr    string  `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	KeychainAddr string  `protobuf:"bytes,3,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	Type_        KeyType `protobuf:"varint,4,opt,name=type,proto3,enum=warden.warden.v1beta1.KeyType" json:"type,omitempty"`
	PublicKey    []byte  `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Key) Descriptor deprecated

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

Deprecated: Use Key.ProtoReflect.Descriptor instead.

func (*Key) GetId

func (x *Key) GetId() uint64

func (*Key) GetKeychainAddr

func (x *Key) GetKeychainAddr() string

func (*Key) GetPublicKey

func (x *Key) GetPublicKey() []byte

func (*Key) GetSpaceAddr

func (x *Key) GetSpaceAddr() string

func (*Key) GetType_

func (x *Key) GetType_() KeyType

func (*Key) ProtoMessage

func (*Key) ProtoMessage()

func (*Key) ProtoReflect

func (x *Key) ProtoReflect() protoreflect.Message

func (*Key) Reset

func (x *Key) Reset()

func (*Key) String

func (x *Key) String() string

type KeyRequest

type KeyRequest struct {
	Id           uint64           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Creator      string           `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	SpaceAddr    string           `protobuf:"bytes,3,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	KeychainAddr string           `protobuf:"bytes,4,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	KeyType      KeyType          `protobuf:"varint,5,opt,name=key_type,json=keyType,proto3,enum=warden.warden.v1beta1.KeyType" json:"key_type,omitempty"`
	Status       KeyRequestStatus `protobuf:"varint,6,opt,name=status,proto3,enum=warden.warden.v1beta1.KeyRequestStatus" json:"status,omitempty"`
	RejectReason string           `protobuf:"bytes,7,opt,name=reject_reason,json=rejectReason,proto3" json:"reject_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyRequest) Descriptor deprecated

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

Deprecated: Use KeyRequest.ProtoReflect.Descriptor instead.

func (*KeyRequest) GetCreator

func (x *KeyRequest) GetCreator() string

func (*KeyRequest) GetId

func (x *KeyRequest) GetId() uint64

func (*KeyRequest) GetKeyType

func (x *KeyRequest) GetKeyType() KeyType

func (*KeyRequest) GetKeychainAddr

func (x *KeyRequest) GetKeychainAddr() string

func (*KeyRequest) GetRejectReason

func (x *KeyRequest) GetRejectReason() string

func (*KeyRequest) GetSpaceAddr

func (x *KeyRequest) GetSpaceAddr() string

func (*KeyRequest) GetStatus

func (x *KeyRequest) GetStatus() KeyRequestStatus

func (*KeyRequest) ProtoMessage

func (*KeyRequest) ProtoMessage()

func (*KeyRequest) ProtoReflect

func (x *KeyRequest) ProtoReflect() protoreflect.Message

func (*KeyRequest) Reset

func (x *KeyRequest) Reset()

func (*KeyRequest) String

func (x *KeyRequest) String() string

type KeyRequestStatus

type KeyRequestStatus int32

KeyRequestStatus indicates the status of a key request. A request starts as "pending", waiting to be picked up. Then it can move to either "approved" or "rejected", depending on the decision of the keychain.

const (
	// The request is missing the status field.
	KeyRequestStatus_KEY_REQUEST_STATUS_UNSPECIFIED KeyRequestStatus = 0
	// The request is waiting to be fulfilled. This is the initial state of a
	// request.
	KeyRequestStatus_KEY_REQUEST_STATUS_PENDING KeyRequestStatus = 1
	// The request was fulfilled. This is a final state for a request.
	KeyRequestStatus_KEY_REQUEST_STATUS_FULFILLED KeyRequestStatus = 2
	// The request was rejected. This is a final state for a request.
	KeyRequestStatus_KEY_REQUEST_STATUS_REJECTED KeyRequestStatus = 3
)

func (KeyRequestStatus) Descriptor

func (KeyRequestStatus) Enum

func (KeyRequestStatus) EnumDescriptor deprecated

func (KeyRequestStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeyRequestStatus.Descriptor instead.

func (KeyRequestStatus) Number

func (KeyRequestStatus) String

func (x KeyRequestStatus) String() string

func (KeyRequestStatus) Type

type KeyResponse

type KeyResponse struct {
	Key     *Key                 `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Wallets []*WalletKeyResponse `protobuf:"bytes,2,rep,name=wallets,proto3" json:"wallets,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyResponse) Descriptor deprecated

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

Deprecated: Use KeyResponse.ProtoReflect.Descriptor instead.

func (*KeyResponse) GetKey

func (x *KeyResponse) GetKey() *Key

func (*KeyResponse) GetWallets

func (x *KeyResponse) GetWallets() []*WalletKeyResponse

func (*KeyResponse) ProtoMessage

func (*KeyResponse) ProtoMessage()

func (*KeyResponse) ProtoReflect

func (x *KeyResponse) ProtoReflect() protoreflect.Message

func (*KeyResponse) Reset

func (x *KeyResponse) Reset()

func (*KeyResponse) String

func (x *KeyResponse) String() string

type KeyType

type KeyType int32

KeyType indicates what crypto scheme will be used by this key (e.g. ECDSA). Its public key will be one of the specified type.

const (
	// The key type is missing.
	KeyType_KEY_TYPE_UNSPECIFIED KeyType = 0
	// The key is an ECDSA secp256k1 key.
	KeyType_KEY_TYPE_ECDSA_SECP256K1 KeyType = 1
	// The key is an EdDSA Ed25519 key.
	KeyType_KEY_TYPE_EDDSA_ED25519 KeyType = 2
)

func (KeyType) Descriptor

func (KeyType) Descriptor() protoreflect.EnumDescriptor

func (KeyType) Enum

func (x KeyType) Enum() *KeyType

func (KeyType) EnumDescriptor deprecated

func (KeyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeyType.Descriptor instead.

func (KeyType) Number

func (x KeyType) Number() protoreflect.EnumNumber

func (KeyType) String

func (x KeyType) String() string

func (KeyType) Type

func (KeyType) Type() protoreflect.EnumType

type Keychain

type Keychain struct {
	Address       string        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Creator       string        `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	Description   string        `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Admins        []string      `protobuf:"bytes,4,rep,name=admins,proto3" json:"admins,omitempty"`
	Parties       []string      `protobuf:"bytes,5,rep,name=parties,proto3" json:"parties,omitempty"`
	AdminIntentId uint64        `protobuf:"varint,6,opt,name=admin_intent_id,json=adminIntentId,proto3" json:"admin_intent_id,omitempty"`
	Fees          *KeychainFees `protobuf:"bytes,7,opt,name=fees,proto3" json:"fees,omitempty"`
	IsActive      bool          `protobuf:"varint,8,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*Keychain) Descriptor deprecated

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

Deprecated: Use Keychain.ProtoReflect.Descriptor instead.

func (*Keychain) GetAddress

func (x *Keychain) GetAddress() string

func (*Keychain) GetAdminIntentId

func (x *Keychain) GetAdminIntentId() uint64

func (*Keychain) GetAdmins

func (x *Keychain) GetAdmins() []string

func (*Keychain) GetCreator

func (x *Keychain) GetCreator() string

func (*Keychain) GetDescription

func (x *Keychain) GetDescription() string

func (*Keychain) GetFees

func (x *Keychain) GetFees() *KeychainFees

func (*Keychain) GetIsActive

func (x *Keychain) GetIsActive() bool

func (*Keychain) GetParties

func (x *Keychain) GetParties() []string

func (*Keychain) ProtoMessage

func (*Keychain) ProtoMessage()

func (*Keychain) ProtoReflect

func (x *Keychain) ProtoReflect() protoreflect.Message

func (*Keychain) Reset

func (x *Keychain) Reset()

func (*Keychain) String

func (x *Keychain) String() string

type KeychainFees

type KeychainFees struct {
	KeyReq int64 `protobuf:"varint,1,opt,name=key_req,json=keyReq,proto3" json:"key_req,omitempty"`
	SigReq int64 `protobuf:"varint,2,opt,name=sig_req,json=sigReq,proto3" json:"sig_req,omitempty"`
	// contains filtered or unexported fields
}

func (*KeychainFees) Descriptor deprecated

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

Deprecated: Use KeychainFees.ProtoReflect.Descriptor instead.

func (*KeychainFees) GetKeyReq

func (x *KeychainFees) GetKeyReq() int64

func (*KeychainFees) GetSigReq

func (x *KeychainFees) GetSigReq() int64

func (*KeychainFees) ProtoMessage

func (*KeychainFees) ProtoMessage()

func (*KeychainFees) ProtoReflect

func (x *KeychainFees) ProtoReflect() protoreflect.Message

func (*KeychainFees) Reset

func (x *KeychainFees) Reset()

func (*KeychainFees) String

func (x *KeychainFees) String() string

type MetadataEthereum

type MetadataEthereum struct {
	ChainId uint64 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataEthereum) Descriptor deprecated

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

Deprecated: Use MetadataEthereum.ProtoReflect.Descriptor instead.

func (*MetadataEthereum) GetChainId

func (x *MetadataEthereum) GetChainId() uint64

func (*MetadataEthereum) ProtoMessage

func (*MetadataEthereum) ProtoMessage()

func (*MetadataEthereum) ProtoReflect

func (x *MetadataEthereum) ProtoReflect() protoreflect.Message

func (*MetadataEthereum) Reset

func (x *MetadataEthereum) Reset()

func (*MetadataEthereum) String

func (x *MetadataEthereum) String() string

type MsgAddKeychainParty

type MsgAddKeychainParty struct {
	Creator      string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	KeychainAddr string `protobuf:"bytes,2,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	Party        string `protobuf:"bytes,3,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgAddKeychainParty) Descriptor deprecated

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

Deprecated: Use MsgAddKeychainParty.ProtoReflect.Descriptor instead.

func (*MsgAddKeychainParty) GetCreator

func (x *MsgAddKeychainParty) GetCreator() string

func (*MsgAddKeychainParty) GetKeychainAddr

func (x *MsgAddKeychainParty) GetKeychainAddr() string

func (*MsgAddKeychainParty) GetParty

func (x *MsgAddKeychainParty) GetParty() string

func (*MsgAddKeychainParty) ProtoMessage

func (*MsgAddKeychainParty) ProtoMessage()

func (*MsgAddKeychainParty) ProtoReflect

func (x *MsgAddKeychainParty) ProtoReflect() protoreflect.Message

func (*MsgAddKeychainParty) Reset

func (x *MsgAddKeychainParty) Reset()

func (*MsgAddKeychainParty) String

func (x *MsgAddKeychainParty) String() string

type MsgAddKeychainPartyResponse

type MsgAddKeychainPartyResponse struct {
	// contains filtered or unexported fields
}

func (*MsgAddKeychainPartyResponse) Descriptor deprecated

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

Deprecated: Use MsgAddKeychainPartyResponse.ProtoReflect.Descriptor instead.

func (*MsgAddKeychainPartyResponse) ProtoMessage

func (*MsgAddKeychainPartyResponse) ProtoMessage()

func (*MsgAddKeychainPartyResponse) ProtoReflect

func (*MsgAddKeychainPartyResponse) Reset

func (x *MsgAddKeychainPartyResponse) Reset()

func (*MsgAddKeychainPartyResponse) String

func (x *MsgAddKeychainPartyResponse) String() string

type MsgAddSpaceOwner

type MsgAddSpaceOwner struct {
	Creator   string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	SpaceAddr string `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	NewOwner  string `protobuf:"bytes,3,opt,name=new_owner,json=newOwner,proto3" json:"new_owner,omitempty"`
	Btl       uint64 `protobuf:"varint,4,opt,name=btl,proto3" json:"btl,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgAddSpaceOwner) Descriptor deprecated

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

Deprecated: Use MsgAddSpaceOwner.ProtoReflect.Descriptor instead.

func (*MsgAddSpaceOwner) GetBtl

func (x *MsgAddSpaceOwner) GetBtl() uint64

func (*MsgAddSpaceOwner) GetCreator

func (x *MsgAddSpaceOwner) GetCreator() string

func (*MsgAddSpaceOwner) GetNewOwner

func (x *MsgAddSpaceOwner) GetNewOwner() string

func (*MsgAddSpaceOwner) GetSpaceAddr

func (x *MsgAddSpaceOwner) GetSpaceAddr() string

func (*MsgAddSpaceOwner) ProtoMessage

func (*MsgAddSpaceOwner) ProtoMessage()

func (*MsgAddSpaceOwner) ProtoReflect

func (x *MsgAddSpaceOwner) ProtoReflect() protoreflect.Message

func (*MsgAddSpaceOwner) Reset

func (x *MsgAddSpaceOwner) Reset()

func (*MsgAddSpaceOwner) String

func (x *MsgAddSpaceOwner) String() string

type MsgAddSpaceOwnerResponse

type MsgAddSpaceOwnerResponse struct {
	// contains filtered or unexported fields
}

func (*MsgAddSpaceOwnerResponse) Descriptor deprecated

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

Deprecated: Use MsgAddSpaceOwnerResponse.ProtoReflect.Descriptor instead.

func (*MsgAddSpaceOwnerResponse) ProtoMessage

func (*MsgAddSpaceOwnerResponse) ProtoMessage()

func (*MsgAddSpaceOwnerResponse) ProtoReflect

func (x *MsgAddSpaceOwnerResponse) ProtoReflect() protoreflect.Message

func (*MsgAddSpaceOwnerResponse) Reset

func (x *MsgAddSpaceOwnerResponse) Reset()

func (*MsgAddSpaceOwnerResponse) String

func (x *MsgAddSpaceOwnerResponse) String() string

type MsgClient

type MsgClient interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
	// Create a new Space. The creator will be the first owner of the Space.
	NewSpace(ctx context.Context, in *MsgNewSpace, opts ...grpc.CallOption) (*MsgNewSpaceResponse, error)
	// Add a new owner to a space.
	AddSpaceOwner(ctx context.Context, in *MsgAddSpaceOwner, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
	// Remove an owner from the space. The user can remove itself, but at
	// least one owner must be left.
	RemoveSpaceOwner(ctx context.Context, in *MsgRemoveSpaceOwner, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
	// Create a new keychain. The user will be the first admin of the keychain.
	NewKeychain(ctx context.Context, in *MsgNewKeychain, opts ...grpc.CallOption) (*MsgNewKeychainResponse, error)
	// Add a new party to a keychain. Transactions coming from this party will
	// be considered trusted by the keychain.
	AddKeychainParty(ctx context.Context, in *MsgAddKeychainParty, opts ...grpc.CallOption) (*MsgAddKeychainPartyResponse, error)
	// Update a space, e.g. changing the intents in use.
	UpdateSpace(ctx context.Context, in *MsgUpdateSpace, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
	// Update a keychain, e.g. update the status or description.
	UpdateKeychain(ctx context.Context, in *MsgUpdateKeychain, opts ...grpc.CallOption) (*MsgUpdateKeychainResponse, error)
	// Request a new key to a keychain, the key will belong to the specified
	// space.
	NewKeyRequest(ctx context.Context, in *MsgNewKeyRequest, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
	// Update an existing request by writing a result into it. This method is
	// called by a keychain party.
	UpdateKeyRequest(ctx context.Context, in *MsgUpdateKeyRequest, opts ...grpc.CallOption) (*MsgUpdateKeyRequestResponse, error)
	// Request a new signature
	NewSignatureRequest(ctx context.Context, in *MsgNewSignatureRequest, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
	// Fulfill a signature request
	FulfilSignatureRequest(ctx context.Context, in *MsgFulfilSignatureRequest, opts ...grpc.CallOption) (*MsgFulfilSignatureRequestResponse, error)
	// Request a new signature for a layer 1 transaction, using the specified
	// wallet.
	// The difference with NewSignatureRequest is that this message will be
	// parsed by the wallet to apply specific intents that depends on
	// informations contained in the transaction itself (e.g. amount, recipient).
	NewSignTransactionRequest(ctx context.Context, in *MsgNewSignTransactionRequest, opts ...grpc.CallOption) (*intent.MsgActionCreated, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgFulfilSignatureRequest

type MsgFulfilSignatureRequest struct {
	Creator   string            `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	RequestId uint64            `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status    SignRequestStatus `protobuf:"varint,3,opt,name=status,proto3,enum=warden.warden.v1beta1.SignRequestStatus" json:"status,omitempty"`
	// Holds the result of the request. If status is approved, the result will
	// contain the signed data that was requested
	// If status is rejected, the result will contain the reason.
	//
	// Types that are assignable to Result:
	//
	//	*MsgFulfilSignatureRequest_Payload
	//	*MsgFulfilSignatureRequest_RejectReason
	Result isMsgFulfilSignatureRequest_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*MsgFulfilSignatureRequest) Descriptor deprecated

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

Deprecated: Use MsgFulfilSignatureRequest.ProtoReflect.Descriptor instead.

func (*MsgFulfilSignatureRequest) GetCreator

func (x *MsgFulfilSignatureRequest) GetCreator() string

func (*MsgFulfilSignatureRequest) GetPayload

func (x *MsgFulfilSignatureRequest) GetPayload() *MsgSignedData

func (*MsgFulfilSignatureRequest) GetRejectReason

func (x *MsgFulfilSignatureRequest) GetRejectReason() string

func (*MsgFulfilSignatureRequest) GetRequestId

func (x *MsgFulfilSignatureRequest) GetRequestId() uint64

func (*MsgFulfilSignatureRequest) GetResult

func (x *MsgFulfilSignatureRequest) GetResult() isMsgFulfilSignatureRequest_Result

func (*MsgFulfilSignatureRequest) GetStatus

func (*MsgFulfilSignatureRequest) ProtoMessage

func (*MsgFulfilSignatureRequest) ProtoMessage()

func (*MsgFulfilSignatureRequest) ProtoReflect

func (*MsgFulfilSignatureRequest) Reset

func (x *MsgFulfilSignatureRequest) Reset()

func (*MsgFulfilSignatureRequest) String

func (x *MsgFulfilSignatureRequest) String() string

type MsgFulfilSignatureRequestResponse

type MsgFulfilSignatureRequestResponse struct {
	// contains filtered or unexported fields
}

func (*MsgFulfilSignatureRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgFulfilSignatureRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgFulfilSignatureRequestResponse) ProtoMessage

func (*MsgFulfilSignatureRequestResponse) ProtoMessage()

func (*MsgFulfilSignatureRequestResponse) ProtoReflect

func (*MsgFulfilSignatureRequestResponse) Reset

func (*MsgFulfilSignatureRequestResponse) String

type MsgFulfilSignatureRequest_Payload

type MsgFulfilSignatureRequest_Payload struct {
	Payload *MsgSignedData `protobuf:"bytes,4,opt,name=payload,proto3,oneof"`
}

type MsgFulfilSignatureRequest_RejectReason

type MsgFulfilSignatureRequest_RejectReason struct {
	RejectReason string `protobuf:"bytes,5,opt,name=reject_reason,json=rejectReason,proto3,oneof"`
}

type MsgNewKey

type MsgNewKey struct {
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewKey) Descriptor deprecated

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

Deprecated: Use MsgNewKey.ProtoReflect.Descriptor instead.

func (*MsgNewKey) GetPublicKey

func (x *MsgNewKey) GetPublicKey() []byte

func (*MsgNewKey) ProtoMessage

func (*MsgNewKey) ProtoMessage()

func (*MsgNewKey) ProtoReflect

func (x *MsgNewKey) ProtoReflect() protoreflect.Message

func (*MsgNewKey) Reset

func (x *MsgNewKey) Reset()

func (*MsgNewKey) String

func (x *MsgNewKey) String() string

type MsgNewKeyRequest

type MsgNewKeyRequest struct {
	Creator      string  `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	SpaceAddr    string  `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	KeychainAddr string  `protobuf:"bytes,3,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	KeyType      KeyType `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3,enum=warden.warden.v1beta1.KeyType" json:"key_type,omitempty"`
	Btl          uint64  `protobuf:"varint,5,opt,name=btl,proto3" json:"btl,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewKeyRequest) Descriptor deprecated

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

Deprecated: Use MsgNewKeyRequest.ProtoReflect.Descriptor instead.

func (*MsgNewKeyRequest) GetBtl

func (x *MsgNewKeyRequest) GetBtl() uint64

func (*MsgNewKeyRequest) GetCreator

func (x *MsgNewKeyRequest) GetCreator() string

func (*MsgNewKeyRequest) GetKeyType

func (x *MsgNewKeyRequest) GetKeyType() KeyType

func (*MsgNewKeyRequest) GetKeychainAddr

func (x *MsgNewKeyRequest) GetKeychainAddr() string

func (*MsgNewKeyRequest) GetSpaceAddr

func (x *MsgNewKeyRequest) GetSpaceAddr() string

func (*MsgNewKeyRequest) ProtoMessage

func (*MsgNewKeyRequest) ProtoMessage()

func (*MsgNewKeyRequest) ProtoReflect

func (x *MsgNewKeyRequest) ProtoReflect() protoreflect.Message

func (*MsgNewKeyRequest) Reset

func (x *MsgNewKeyRequest) Reset()

func (*MsgNewKeyRequest) String

func (x *MsgNewKeyRequest) String() string

type MsgNewKeyRequestResponse

type MsgNewKeyRequestResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewKeyRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgNewKeyRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgNewKeyRequestResponse) GetId

func (x *MsgNewKeyRequestResponse) GetId() uint64

func (*MsgNewKeyRequestResponse) ProtoMessage

func (*MsgNewKeyRequestResponse) ProtoMessage()

func (*MsgNewKeyRequestResponse) ProtoReflect

func (x *MsgNewKeyRequestResponse) ProtoReflect() protoreflect.Message

func (*MsgNewKeyRequestResponse) Reset

func (x *MsgNewKeyRequestResponse) Reset()

func (*MsgNewKeyRequestResponse) String

func (x *MsgNewKeyRequestResponse) String() string

type MsgNewKeychain

type MsgNewKeychain struct {
	Creator       string        `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Description   string        `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	AdminIntentId uint64        `protobuf:"varint,3,opt,name=admin_intent_id,json=adminIntentId,proto3" json:"admin_intent_id,omitempty"`
	KeychainFees  *KeychainFees `protobuf:"bytes,4,opt,name=keychain_fees,json=keychainFees,proto3" json:"keychain_fees,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewKeychain) Descriptor deprecated

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

Deprecated: Use MsgNewKeychain.ProtoReflect.Descriptor instead.

func (*MsgNewKeychain) GetAdminIntentId

func (x *MsgNewKeychain) GetAdminIntentId() uint64

func (*MsgNewKeychain) GetCreator

func (x *MsgNewKeychain) GetCreator() string

func (*MsgNewKeychain) GetDescription

func (x *MsgNewKeychain) GetDescription() string

func (*MsgNewKeychain) GetKeychainFees

func (x *MsgNewKeychain) GetKeychainFees() *KeychainFees

func (*MsgNewKeychain) ProtoMessage

func (*MsgNewKeychain) ProtoMessage()

func (*MsgNewKeychain) ProtoReflect

func (x *MsgNewKeychain) ProtoReflect() protoreflect.Message

func (*MsgNewKeychain) Reset

func (x *MsgNewKeychain) Reset()

func (*MsgNewKeychain) String

func (x *MsgNewKeychain) String() string

type MsgNewKeychainResponse

type MsgNewKeychainResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewKeychainResponse) Descriptor deprecated

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

Deprecated: Use MsgNewKeychainResponse.ProtoReflect.Descriptor instead.

func (*MsgNewKeychainResponse) GetAddress

func (x *MsgNewKeychainResponse) GetAddress() string

func (*MsgNewKeychainResponse) ProtoMessage

func (*MsgNewKeychainResponse) ProtoMessage()

func (*MsgNewKeychainResponse) ProtoReflect

func (x *MsgNewKeychainResponse) ProtoReflect() protoreflect.Message

func (*MsgNewKeychainResponse) Reset

func (x *MsgNewKeychainResponse) Reset()

func (*MsgNewKeychainResponse) String

func (x *MsgNewKeychainResponse) String() string

type MsgNewSignTransactionRequest

type MsgNewSignTransactionRequest struct {
	Creator             string     `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	KeyId               uint64     `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	WalletType          WalletType `` /* 130-byte string literal not displayed */
	UnsignedTransaction []byte     `protobuf:"bytes,4,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"`
	Btl                 uint64     `protobuf:"varint,5,opt,name=btl,proto3" json:"btl,omitempty"`
	// Additional metadata required when parsing the unsigned transaction.
	Metadata *anypb.Any `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSignTransactionRequest) Descriptor deprecated

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

Deprecated: Use MsgNewSignTransactionRequest.ProtoReflect.Descriptor instead.

func (*MsgNewSignTransactionRequest) GetBtl

func (*MsgNewSignTransactionRequest) GetCreator

func (x *MsgNewSignTransactionRequest) GetCreator() string

func (*MsgNewSignTransactionRequest) GetKeyId

func (x *MsgNewSignTransactionRequest) GetKeyId() uint64

func (*MsgNewSignTransactionRequest) GetMetadata

func (x *MsgNewSignTransactionRequest) GetMetadata() *anypb.Any

func (*MsgNewSignTransactionRequest) GetUnsignedTransaction

func (x *MsgNewSignTransactionRequest) GetUnsignedTransaction() []byte

func (*MsgNewSignTransactionRequest) GetWalletType

func (x *MsgNewSignTransactionRequest) GetWalletType() WalletType

func (*MsgNewSignTransactionRequest) ProtoMessage

func (*MsgNewSignTransactionRequest) ProtoMessage()

func (*MsgNewSignTransactionRequest) ProtoReflect

func (*MsgNewSignTransactionRequest) Reset

func (x *MsgNewSignTransactionRequest) Reset()

func (*MsgNewSignTransactionRequest) String

type MsgNewSignTransactionRequestResponse

type MsgNewSignTransactionRequestResponse struct {
	Id                 uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	SignatureRequestId uint64 `protobuf:"varint,2,opt,name=signature_request_id,json=signatureRequestId,proto3" json:"signature_request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSignTransactionRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgNewSignTransactionRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgNewSignTransactionRequestResponse) GetId

func (*MsgNewSignTransactionRequestResponse) GetSignatureRequestId

func (x *MsgNewSignTransactionRequestResponse) GetSignatureRequestId() uint64

func (*MsgNewSignTransactionRequestResponse) ProtoMessage

func (*MsgNewSignTransactionRequestResponse) ProtoMessage()

func (*MsgNewSignTransactionRequestResponse) ProtoReflect

func (*MsgNewSignTransactionRequestResponse) Reset

func (*MsgNewSignTransactionRequestResponse) String

type MsgNewSignatureRequest

type MsgNewSignatureRequest struct {
	Creator        string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	KeyId          uint64 `protobuf:"varint,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	DataForSigning []byte `protobuf:"bytes,3,opt,name=data_for_signing,json=dataForSigning,proto3" json:"data_for_signing,omitempty"`
	Btl            uint64 `protobuf:"varint,4,opt,name=btl,proto3" json:"btl,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSignatureRequest) Descriptor deprecated

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

Deprecated: Use MsgNewSignatureRequest.ProtoReflect.Descriptor instead.

func (*MsgNewSignatureRequest) GetBtl

func (x *MsgNewSignatureRequest) GetBtl() uint64

func (*MsgNewSignatureRequest) GetCreator

func (x *MsgNewSignatureRequest) GetCreator() string

func (*MsgNewSignatureRequest) GetDataForSigning

func (x *MsgNewSignatureRequest) GetDataForSigning() []byte

func (*MsgNewSignatureRequest) GetKeyId

func (x *MsgNewSignatureRequest) GetKeyId() uint64

func (*MsgNewSignatureRequest) ProtoMessage

func (*MsgNewSignatureRequest) ProtoMessage()

func (*MsgNewSignatureRequest) ProtoReflect

func (x *MsgNewSignatureRequest) ProtoReflect() protoreflect.Message

func (*MsgNewSignatureRequest) Reset

func (x *MsgNewSignatureRequest) Reset()

func (*MsgNewSignatureRequest) String

func (x *MsgNewSignatureRequest) String() string

type MsgNewSignatureRequestResponse

type MsgNewSignatureRequestResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSignatureRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgNewSignatureRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgNewSignatureRequestResponse) GetId

func (*MsgNewSignatureRequestResponse) ProtoMessage

func (*MsgNewSignatureRequestResponse) ProtoMessage()

func (*MsgNewSignatureRequestResponse) ProtoReflect

func (*MsgNewSignatureRequestResponse) Reset

func (x *MsgNewSignatureRequestResponse) Reset()

func (*MsgNewSignatureRequestResponse) String

type MsgNewSpace

type MsgNewSpace struct {
	Creator          string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	AdminIntentId    uint64   `protobuf:"varint,2,opt,name=admin_intent_id,json=adminIntentId,proto3" json:"admin_intent_id,omitempty"`
	SignIntentId     uint64   `protobuf:"varint,3,opt,name=sign_intent_id,json=signIntentId,proto3" json:"sign_intent_id,omitempty"`
	AdditionalOwners []string `protobuf:"bytes,4,rep,name=additional_owners,json=additionalOwners,proto3" json:"additional_owners,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSpace) Descriptor deprecated

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

Deprecated: Use MsgNewSpace.ProtoReflect.Descriptor instead.

func (*MsgNewSpace) GetAdditionalOwners

func (x *MsgNewSpace) GetAdditionalOwners() []string

func (*MsgNewSpace) GetAdminIntentId

func (x *MsgNewSpace) GetAdminIntentId() uint64

func (*MsgNewSpace) GetCreator

func (x *MsgNewSpace) GetCreator() string

func (*MsgNewSpace) GetSignIntentId

func (x *MsgNewSpace) GetSignIntentId() uint64

func (*MsgNewSpace) ProtoMessage

func (*MsgNewSpace) ProtoMessage()

func (*MsgNewSpace) ProtoReflect

func (x *MsgNewSpace) ProtoReflect() protoreflect.Message

func (*MsgNewSpace) Reset

func (x *MsgNewSpace) Reset()

func (*MsgNewSpace) String

func (x *MsgNewSpace) String() string

type MsgNewSpaceResponse

type MsgNewSpaceResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgNewSpaceResponse) Descriptor deprecated

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

Deprecated: Use MsgNewSpaceResponse.ProtoReflect.Descriptor instead.

func (*MsgNewSpaceResponse) GetAddress

func (x *MsgNewSpaceResponse) GetAddress() string

func (*MsgNewSpaceResponse) ProtoMessage

func (*MsgNewSpaceResponse) ProtoMessage()

func (*MsgNewSpaceResponse) ProtoReflect

func (x *MsgNewSpaceResponse) ProtoReflect() protoreflect.Message

func (*MsgNewSpaceResponse) Reset

func (x *MsgNewSpaceResponse) Reset()

func (*MsgNewSpaceResponse) String

func (x *MsgNewSpaceResponse) String() string

type MsgRemoveSpaceOwner

type MsgRemoveSpaceOwner struct {
	Creator   string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	SpaceAddr string `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	Owner     string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Btl       uint64 `protobuf:"varint,4,opt,name=btl,proto3" json:"btl,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRemoveSpaceOwner) Descriptor deprecated

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

Deprecated: Use MsgRemoveSpaceOwner.ProtoReflect.Descriptor instead.

func (*MsgRemoveSpaceOwner) GetBtl

func (x *MsgRemoveSpaceOwner) GetBtl() uint64

func (*MsgRemoveSpaceOwner) GetCreator

func (x *MsgRemoveSpaceOwner) GetCreator() string

func (*MsgRemoveSpaceOwner) GetOwner

func (x *MsgRemoveSpaceOwner) GetOwner() string

func (*MsgRemoveSpaceOwner) GetSpaceAddr

func (x *MsgRemoveSpaceOwner) GetSpaceAddr() string

func (*MsgRemoveSpaceOwner) ProtoMessage

func (*MsgRemoveSpaceOwner) ProtoMessage()

func (*MsgRemoveSpaceOwner) ProtoReflect

func (x *MsgRemoveSpaceOwner) ProtoReflect() protoreflect.Message

func (*MsgRemoveSpaceOwner) Reset

func (x *MsgRemoveSpaceOwner) Reset()

func (*MsgRemoveSpaceOwner) String

func (x *MsgRemoveSpaceOwner) String() string

type MsgRemoveSpaceOwnerResponse

type MsgRemoveSpaceOwnerResponse struct {
	// contains filtered or unexported fields
}

func (*MsgRemoveSpaceOwnerResponse) Descriptor deprecated

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

Deprecated: Use MsgRemoveSpaceOwnerResponse.ProtoReflect.Descriptor instead.

func (*MsgRemoveSpaceOwnerResponse) ProtoMessage

func (*MsgRemoveSpaceOwnerResponse) ProtoMessage()

func (*MsgRemoveSpaceOwnerResponse) ProtoReflect

func (*MsgRemoveSpaceOwnerResponse) Reset

func (x *MsgRemoveSpaceOwnerResponse) Reset()

func (*MsgRemoveSpaceOwnerResponse) String

func (x *MsgRemoveSpaceOwnerResponse) String() string

type MsgServer

type MsgServer interface {
	// UpdateParams defines a (governance) operation for updating the module
	// parameters. The authority defaults to the x/gov module account.
	UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
	// Create a new Space. The creator will be the first owner of the Space.
	NewSpace(context.Context, *MsgNewSpace) (*MsgNewSpaceResponse, error)
	// Add a new owner to a space.
	AddSpaceOwner(context.Context, *MsgAddSpaceOwner) (*intent.MsgActionCreated, error)
	// Remove an owner from the space. The user can remove itself, but at
	// least one owner must be left.
	RemoveSpaceOwner(context.Context, *MsgRemoveSpaceOwner) (*intent.MsgActionCreated, error)
	// Create a new keychain. The user will be the first admin of the keychain.
	NewKeychain(context.Context, *MsgNewKeychain) (*MsgNewKeychainResponse, error)
	// Add a new party to a keychain. Transactions coming from this party will
	// be considered trusted by the keychain.
	AddKeychainParty(context.Context, *MsgAddKeychainParty) (*MsgAddKeychainPartyResponse, error)
	// Update a space, e.g. changing the intents in use.
	UpdateSpace(context.Context, *MsgUpdateSpace) (*intent.MsgActionCreated, error)
	// Update a keychain, e.g. update the status or description.
	UpdateKeychain(context.Context, *MsgUpdateKeychain) (*MsgUpdateKeychainResponse, error)
	// Request a new key to a keychain, the key will belong to the specified
	// space.
	NewKeyRequest(context.Context, *MsgNewKeyRequest) (*intent.MsgActionCreated, error)
	// Update an existing request by writing a result into it. This method is
	// called by a keychain party.
	UpdateKeyRequest(context.Context, *MsgUpdateKeyRequest) (*MsgUpdateKeyRequestResponse, error)
	// Request a new signature
	NewSignatureRequest(context.Context, *MsgNewSignatureRequest) (*intent.MsgActionCreated, error)
	// Fulfill a signature request
	FulfilSignatureRequest(context.Context, *MsgFulfilSignatureRequest) (*MsgFulfilSignatureRequestResponse, error)
	// Request a new signature for a layer 1 transaction, using the specified
	// wallet.
	// The difference with NewSignatureRequest is that this message will be
	// parsed by the wallet to apply specific intents that depends on
	// informations contained in the transaction itself (e.g. amount, recipient).
	NewSignTransactionRequest(context.Context, *MsgNewSignTransactionRequest) (*intent.MsgActionCreated, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type MsgSignedData

type MsgSignedData struct {
	SignedData []byte `protobuf:"bytes,1,opt,name=signed_data,json=signedData,proto3" json:"signed_data,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSignedData) Descriptor deprecated

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

Deprecated: Use MsgSignedData.ProtoReflect.Descriptor instead.

func (*MsgSignedData) GetSignedData

func (x *MsgSignedData) GetSignedData() []byte

func (*MsgSignedData) ProtoMessage

func (*MsgSignedData) ProtoMessage()

func (*MsgSignedData) ProtoReflect

func (x *MsgSignedData) ProtoReflect() protoreflect.Message

func (*MsgSignedData) Reset

func (x *MsgSignedData) Reset()

func (*MsgSignedData) String

func (x *MsgSignedData) String() string

type MsgUpdateKeyRequest

type MsgUpdateKeyRequest struct {
	Creator   string           `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	RequestId uint64           `protobuf:"varint,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status    KeyRequestStatus `protobuf:"varint,3,opt,name=status,proto3,enum=warden.warden.v1beta1.KeyRequestStatus" json:"status,omitempty"`
	// Holds the result of the request. If status is approved, the result will
	// contain the requested key's public key that can be used for signing
	// payloads.
	// If status is rejected, the result will contain the reason.
	//
	// Types that are assignable to Result:
	//
	//	*MsgUpdateKeyRequest_Key
	//	*MsgUpdateKeyRequest_RejectReason
	Result isMsgUpdateKeyRequest_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*MsgUpdateKeyRequest) Descriptor deprecated

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

Deprecated: Use MsgUpdateKeyRequest.ProtoReflect.Descriptor instead.

func (*MsgUpdateKeyRequest) GetCreator

func (x *MsgUpdateKeyRequest) GetCreator() string

func (*MsgUpdateKeyRequest) GetKey

func (x *MsgUpdateKeyRequest) GetKey() *MsgNewKey

func (*MsgUpdateKeyRequest) GetRejectReason

func (x *MsgUpdateKeyRequest) GetRejectReason() string

func (*MsgUpdateKeyRequest) GetRequestId

func (x *MsgUpdateKeyRequest) GetRequestId() uint64

func (*MsgUpdateKeyRequest) GetResult

func (x *MsgUpdateKeyRequest) GetResult() isMsgUpdateKeyRequest_Result

func (*MsgUpdateKeyRequest) GetStatus

func (x *MsgUpdateKeyRequest) GetStatus() KeyRequestStatus

func (*MsgUpdateKeyRequest) ProtoMessage

func (*MsgUpdateKeyRequest) ProtoMessage()

func (*MsgUpdateKeyRequest) ProtoReflect

func (x *MsgUpdateKeyRequest) ProtoReflect() protoreflect.Message

func (*MsgUpdateKeyRequest) Reset

func (x *MsgUpdateKeyRequest) Reset()

func (*MsgUpdateKeyRequest) String

func (x *MsgUpdateKeyRequest) String() string

type MsgUpdateKeyRequestResponse

type MsgUpdateKeyRequestResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateKeyRequestResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateKeyRequestResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateKeyRequestResponse) ProtoMessage

func (*MsgUpdateKeyRequestResponse) ProtoMessage()

func (*MsgUpdateKeyRequestResponse) ProtoReflect

func (*MsgUpdateKeyRequestResponse) Reset

func (x *MsgUpdateKeyRequestResponse) Reset()

func (*MsgUpdateKeyRequestResponse) String

func (x *MsgUpdateKeyRequestResponse) String() string

type MsgUpdateKeyRequest_Key

type MsgUpdateKeyRequest_Key struct {
	Key *MsgNewKey `protobuf:"bytes,4,opt,name=key,proto3,oneof"`
}

type MsgUpdateKeyRequest_RejectReason

type MsgUpdateKeyRequest_RejectReason struct {
	RejectReason string `protobuf:"bytes,5,opt,name=reject_reason,json=rejectReason,proto3,oneof"`
}

type MsgUpdateKeychain

type MsgUpdateKeychain struct {
	Creator      string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	KeychainAddr string `protobuf:"bytes,2,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	Description  string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IsActive     bool   `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateKeychain) Descriptor deprecated

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

Deprecated: Use MsgUpdateKeychain.ProtoReflect.Descriptor instead.

func (*MsgUpdateKeychain) GetCreator

func (x *MsgUpdateKeychain) GetCreator() string

func (*MsgUpdateKeychain) GetDescription

func (x *MsgUpdateKeychain) GetDescription() string

func (*MsgUpdateKeychain) GetIsActive

func (x *MsgUpdateKeychain) GetIsActive() bool

func (*MsgUpdateKeychain) GetKeychainAddr

func (x *MsgUpdateKeychain) GetKeychainAddr() string

func (*MsgUpdateKeychain) ProtoMessage

func (*MsgUpdateKeychain) ProtoMessage()

func (*MsgUpdateKeychain) ProtoReflect

func (x *MsgUpdateKeychain) ProtoReflect() protoreflect.Message

func (*MsgUpdateKeychain) Reset

func (x *MsgUpdateKeychain) Reset()

func (*MsgUpdateKeychain) String

func (x *MsgUpdateKeychain) String() string

type MsgUpdateKeychainResponse

type MsgUpdateKeychainResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateKeychainResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateKeychainResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateKeychainResponse) ProtoMessage

func (*MsgUpdateKeychainResponse) ProtoMessage()

func (*MsgUpdateKeychainResponse) ProtoReflect

func (*MsgUpdateKeychainResponse) Reset

func (x *MsgUpdateKeychainResponse) Reset()

func (*MsgUpdateKeychainResponse) String

func (x *MsgUpdateKeychainResponse) String() string

type MsgUpdateParams

type MsgUpdateParams struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	// params defines the module parameters to update.
	//
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

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

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetAuthority

func (x *MsgUpdateParams) GetAuthority() string

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

type MsgUpdateParamsResponse struct {
	// contains filtered or unexported fields
}

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type MsgUpdateSpace

type MsgUpdateSpace struct {
	Creator       string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	SpaceAddr     string `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	AdminIntentId uint64 `protobuf:"varint,3,opt,name=admin_intent_id,json=adminIntentId,proto3" json:"admin_intent_id,omitempty"`
	SignIntentId  uint64 `protobuf:"varint,4,opt,name=sign_intent_id,json=signIntentId,proto3" json:"sign_intent_id,omitempty"`
	Btl           uint64 `protobuf:"varint,5,opt,name=btl,proto3" json:"btl,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateSpace) Descriptor deprecated

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

Deprecated: Use MsgUpdateSpace.ProtoReflect.Descriptor instead.

func (*MsgUpdateSpace) GetAdminIntentId

func (x *MsgUpdateSpace) GetAdminIntentId() uint64

func (*MsgUpdateSpace) GetBtl

func (x *MsgUpdateSpace) GetBtl() uint64

func (*MsgUpdateSpace) GetCreator

func (x *MsgUpdateSpace) GetCreator() string

func (*MsgUpdateSpace) GetSignIntentId

func (x *MsgUpdateSpace) GetSignIntentId() uint64

func (*MsgUpdateSpace) GetSpaceAddr

func (x *MsgUpdateSpace) GetSpaceAddr() string

func (*MsgUpdateSpace) ProtoMessage

func (*MsgUpdateSpace) ProtoMessage()

func (*MsgUpdateSpace) ProtoReflect

func (x *MsgUpdateSpace) ProtoReflect() protoreflect.Message

func (*MsgUpdateSpace) Reset

func (x *MsgUpdateSpace) Reset()

func (*MsgUpdateSpace) String

func (x *MsgUpdateSpace) String() string

type MsgUpdateSpaceResponse

type MsgUpdateSpaceResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateSpaceResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateSpaceResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateSpaceResponse) ProtoMessage

func (*MsgUpdateSpaceResponse) ProtoMessage()

func (*MsgUpdateSpaceResponse) ProtoReflect

func (x *MsgUpdateSpaceResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateSpaceResponse) Reset

func (x *MsgUpdateSpaceResponse) Reset()

func (*MsgUpdateSpaceResponse) String

func (x *MsgUpdateSpaceResponse) String() string

type Params

type Params struct {
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

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 Spaces items.
	Spaces(ctx context.Context, in *QuerySpacesRequest, opts ...grpc.CallOption) (*QuerySpacesResponse, error)
	// Queries a list of Spaces that has the specified owner.
	SpacesByOwner(ctx context.Context, in *QuerySpacesByOwnerRequest, opts ...grpc.CallOption) (*QuerySpacesResponse, error)
	// Queries a list of Keychains items.
	Keychains(ctx context.Context, in *QueryKeychainsRequest, opts ...grpc.CallOption) (*QueryKeychainsResponse, error)
	// Queries a list of SpaceByAddress items.
	SpaceByAddress(ctx context.Context, in *QuerySpaceByAddressRequest, opts ...grpc.CallOption) (*QuerySpaceByAddressResponse, error)
	// Queries a list of KeychainById items.
	KeychainByAddress(ctx context.Context, in *QueryKeychainByAddressRequest, opts ...grpc.CallOption) (*QueryKeychainByAddressResponse, error)
	// Queries a list of KeyRequests items.
	KeyRequests(ctx context.Context, in *QueryKeyRequestsRequest, opts ...grpc.CallOption) (*QueryKeyRequestsResponse, error)
	// Queries a single KeyRequest by its id.
	KeyRequestById(ctx context.Context, in *QueryKeyRequestByIdRequest, opts ...grpc.CallOption) (*QueryKeyRequestByIdResponse, error)
	// Queries a list of Keys items.
	Keys(ctx context.Context, in *QueryKeysRequest, opts ...grpc.CallOption) (*QueryKeysResponse, error)
	// Queries a list of SignatureRequests items.
	SignatureRequests(ctx context.Context, in *QuerySignatureRequestsRequest, opts ...grpc.CallOption) (*QuerySignatureRequestsResponse, error)
	// Queries a single SignatureRequest by its id.
	SignatureRequestById(ctx context.Context, in *QuerySignatureRequestByIdRequest, opts ...grpc.CallOption) (*QuerySignatureRequestByIdResponse, error)
	// Queries a list of SignTransactionRequests items.
	SignTransactionRequests(ctx context.Context, in *QuerySignTransactionRequestsRequest, opts ...grpc.CallOption) (*QuerySignTransactionRequestsResponse, error)
	// Queries a list of SignTransactionRequestById items.
	SignTransactionRequestById(ctx context.Context, in *QuerySignTransactionRequestByIdRequest, opts ...grpc.CallOption) (*QuerySignTransactionRequestByIdResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryKeyRequestByIdRequest

type QueryKeyRequestByIdRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeyRequestByIdRequest) Descriptor deprecated

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

Deprecated: Use QueryKeyRequestByIdRequest.ProtoReflect.Descriptor instead.

func (*QueryKeyRequestByIdRequest) GetId

func (*QueryKeyRequestByIdRequest) ProtoMessage

func (*QueryKeyRequestByIdRequest) ProtoMessage()

func (*QueryKeyRequestByIdRequest) ProtoReflect

func (*QueryKeyRequestByIdRequest) Reset

func (x *QueryKeyRequestByIdRequest) Reset()

func (*QueryKeyRequestByIdRequest) String

func (x *QueryKeyRequestByIdRequest) String() string

type QueryKeyRequestByIdResponse

type QueryKeyRequestByIdResponse struct {
	KeyRequest *KeyRequest `protobuf:"bytes,1,opt,name=key_request,json=keyRequest,proto3" json:"key_request,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeyRequestByIdResponse) Descriptor deprecated

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

Deprecated: Use QueryKeyRequestByIdResponse.ProtoReflect.Descriptor instead.

func (*QueryKeyRequestByIdResponse) GetKeyRequest

func (x *QueryKeyRequestByIdResponse) GetKeyRequest() *KeyRequest

func (*QueryKeyRequestByIdResponse) ProtoMessage

func (*QueryKeyRequestByIdResponse) ProtoMessage()

func (*QueryKeyRequestByIdResponse) ProtoReflect

func (*QueryKeyRequestByIdResponse) Reset

func (x *QueryKeyRequestByIdResponse) Reset()

func (*QueryKeyRequestByIdResponse) String

func (x *QueryKeyRequestByIdResponse) String() string

type QueryKeyRequestsRequest

type QueryKeyRequestsRequest struct {
	Pagination   *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	KeychainAddr string               `protobuf:"bytes,2,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	Status       KeyRequestStatus     `protobuf:"varint,3,opt,name=status,proto3,enum=warden.warden.v1beta1.KeyRequestStatus" json:"status,omitempty"` // Optional
	SpaceAddr    string               `protobuf:"bytes,4,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeyRequestsRequest) Descriptor deprecated

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

Deprecated: Use QueryKeyRequestsRequest.ProtoReflect.Descriptor instead.

func (*QueryKeyRequestsRequest) GetKeychainAddr

func (x *QueryKeyRequestsRequest) GetKeychainAddr() string

func (*QueryKeyRequestsRequest) GetPagination

func (x *QueryKeyRequestsRequest) GetPagination() *v1beta1.PageRequest

func (*QueryKeyRequestsRequest) GetSpaceAddr

func (x *QueryKeyRequestsRequest) GetSpaceAddr() string

func (*QueryKeyRequestsRequest) GetStatus

func (*QueryKeyRequestsRequest) ProtoMessage

func (*QueryKeyRequestsRequest) ProtoMessage()

func (*QueryKeyRequestsRequest) ProtoReflect

func (x *QueryKeyRequestsRequest) ProtoReflect() protoreflect.Message

func (*QueryKeyRequestsRequest) Reset

func (x *QueryKeyRequestsRequest) Reset()

func (*QueryKeyRequestsRequest) String

func (x *QueryKeyRequestsRequest) String() string

type QueryKeyRequestsResponse

type QueryKeyRequestsResponse struct {
	Pagination  *v1beta1.PageResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	KeyRequests []*KeyRequest         `protobuf:"bytes,2,rep,name=key_requests,json=keyRequests,proto3" json:"key_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeyRequestsResponse) Descriptor deprecated

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

Deprecated: Use QueryKeyRequestsResponse.ProtoReflect.Descriptor instead.

func (*QueryKeyRequestsResponse) GetKeyRequests

func (x *QueryKeyRequestsResponse) GetKeyRequests() []*KeyRequest

func (*QueryKeyRequestsResponse) GetPagination

func (x *QueryKeyRequestsResponse) GetPagination() *v1beta1.PageResponse

func (*QueryKeyRequestsResponse) ProtoMessage

func (*QueryKeyRequestsResponse) ProtoMessage()

func (*QueryKeyRequestsResponse) ProtoReflect

func (x *QueryKeyRequestsResponse) ProtoReflect() protoreflect.Message

func (*QueryKeyRequestsResponse) Reset

func (x *QueryKeyRequestsResponse) Reset()

func (*QueryKeyRequestsResponse) String

func (x *QueryKeyRequestsResponse) String() string

type QueryKeychainByAddressRequest

type QueryKeychainByAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeychainByAddressRequest) Descriptor deprecated

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

Deprecated: Use QueryKeychainByAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryKeychainByAddressRequest) GetAddress

func (x *QueryKeychainByAddressRequest) GetAddress() string

func (*QueryKeychainByAddressRequest) ProtoMessage

func (*QueryKeychainByAddressRequest) ProtoMessage()

func (*QueryKeychainByAddressRequest) ProtoReflect

func (*QueryKeychainByAddressRequest) Reset

func (x *QueryKeychainByAddressRequest) Reset()

func (*QueryKeychainByAddressRequest) String

type QueryKeychainByAddressResponse

type QueryKeychainByAddressResponse struct {
	Keychain *Keychain `protobuf:"bytes,1,opt,name=keychain,proto3" json:"keychain,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeychainByAddressResponse) Descriptor deprecated

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

Deprecated: Use QueryKeychainByAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryKeychainByAddressResponse) GetKeychain

func (x *QueryKeychainByAddressResponse) GetKeychain() *Keychain

func (*QueryKeychainByAddressResponse) ProtoMessage

func (*QueryKeychainByAddressResponse) ProtoMessage()

func (*QueryKeychainByAddressResponse) ProtoReflect

func (*QueryKeychainByAddressResponse) Reset

func (x *QueryKeychainByAddressResponse) Reset()

func (*QueryKeychainByAddressResponse) String

type QueryKeychainsRequest

type QueryKeychainsRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeychainsRequest) Descriptor deprecated

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

Deprecated: Use QueryKeychainsRequest.ProtoReflect.Descriptor instead.

func (*QueryKeychainsRequest) GetPagination

func (x *QueryKeychainsRequest) GetPagination() *v1beta1.PageRequest

func (*QueryKeychainsRequest) ProtoMessage

func (*QueryKeychainsRequest) ProtoMessage()

func (*QueryKeychainsRequest) ProtoReflect

func (x *QueryKeychainsRequest) ProtoReflect() protoreflect.Message

func (*QueryKeychainsRequest) Reset

func (x *QueryKeychainsRequest) Reset()

func (*QueryKeychainsRequest) String

func (x *QueryKeychainsRequest) String() string

type QueryKeychainsResponse

type QueryKeychainsResponse struct {
	Pagination *v1beta1.PageResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Keychains  []*Keychain           `protobuf:"bytes,2,rep,name=keychains,proto3" json:"keychains,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeychainsResponse) Descriptor deprecated

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

Deprecated: Use QueryKeychainsResponse.ProtoReflect.Descriptor instead.

func (*QueryKeychainsResponse) GetKeychains

func (x *QueryKeychainsResponse) GetKeychains() []*Keychain

func (*QueryKeychainsResponse) GetPagination

func (x *QueryKeychainsResponse) GetPagination() *v1beta1.PageResponse

func (*QueryKeychainsResponse) ProtoMessage

func (*QueryKeychainsResponse) ProtoMessage()

func (*QueryKeychainsResponse) ProtoReflect

func (x *QueryKeychainsResponse) ProtoReflect() protoreflect.Message

func (*QueryKeychainsResponse) Reset

func (x *QueryKeychainsResponse) Reset()

func (*QueryKeychainsResponse) String

func (x *QueryKeychainsResponse) String() string

type QueryKeysRequest

type QueryKeysRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	SpaceAddr  string               `protobuf:"bytes,2,opt,name=space_addr,json=spaceAddr,proto3" json:"space_addr,omitempty"`             // Optional
	Type_      WalletType           `protobuf:"varint,3,opt,name=type,proto3,enum=warden.warden.v1beta1.WalletType" json:"type,omitempty"` // Optional
	KeyId      uint64               `protobuf:"varint,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`                        // Optional
	// contains filtered or unexported fields
}

func (*QueryKeysRequest) Descriptor deprecated

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

Deprecated: Use QueryKeysRequest.ProtoReflect.Descriptor instead.

func (*QueryKeysRequest) GetKeyId

func (x *QueryKeysRequest) GetKeyId() uint64

func (*QueryKeysRequest) GetPagination

func (x *QueryKeysRequest) GetPagination() *v1beta1.PageRequest

func (*QueryKeysRequest) GetSpaceAddr

func (x *QueryKeysRequest) GetSpaceAddr() string

func (*QueryKeysRequest) GetType_

func (x *QueryKeysRequest) GetType_() WalletType

func (*QueryKeysRequest) ProtoMessage

func (*QueryKeysRequest) ProtoMessage()

func (*QueryKeysRequest) ProtoReflect

func (x *QueryKeysRequest) ProtoReflect() protoreflect.Message

func (*QueryKeysRequest) Reset

func (x *QueryKeysRequest) Reset()

func (*QueryKeysRequest) String

func (x *QueryKeysRequest) String() string

type QueryKeysResponse

type QueryKeysResponse struct {
	Pagination *v1beta1.PageResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Keys       []*KeyResponse        `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryKeysResponse) Descriptor deprecated

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

Deprecated: Use QueryKeysResponse.ProtoReflect.Descriptor instead.

func (*QueryKeysResponse) GetKeys

func (x *QueryKeysResponse) GetKeys() []*KeyResponse

func (*QueryKeysResponse) GetPagination

func (x *QueryKeysResponse) GetPagination() *v1beta1.PageResponse

func (*QueryKeysResponse) ProtoMessage

func (*QueryKeysResponse) ProtoMessage()

func (*QueryKeysResponse) ProtoReflect

func (x *QueryKeysResponse) ProtoReflect() protoreflect.Message

func (*QueryKeysResponse) Reset

func (x *QueryKeysResponse) Reset()

func (*QueryKeysResponse) String

func (x *QueryKeysResponse) String() string

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

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

func (*QueryParamsRequest) Descriptor deprecated

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

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

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

func (*QueryParamsResponse) Descriptor deprecated

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

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a list of Spaces items.
	Spaces(context.Context, *QuerySpacesRequest) (*QuerySpacesResponse, error)
	// Queries a list of Spaces that has the specified owner.
	SpacesByOwner(context.Context, *QuerySpacesByOwnerRequest) (*QuerySpacesResponse, error)
	// Queries a list of Keychains items.
	Keychains(context.Context, *QueryKeychainsRequest) (*QueryKeychainsResponse, error)
	// Queries a list of SpaceByAddress items.
	SpaceByAddress(context.Context, *QuerySpaceByAddressRequest) (*QuerySpaceByAddressResponse, error)
	// Queries a list of KeychainById items.
	KeychainByAddress(context.Context, *QueryKeychainByAddressRequest) (*QueryKeychainByAddressResponse, error)
	// Queries a list of KeyRequests items.
	KeyRequests(context.Context, *QueryKeyRequestsRequest) (*QueryKeyRequestsResponse, error)
	// Queries a single KeyRequest by its id.
	KeyRequestById(context.Context, *QueryKeyRequestByIdRequest) (*QueryKeyRequestByIdResponse, error)
	// Queries a list of Keys items.
	Keys(context.Context, *QueryKeysRequest) (*QueryKeysResponse, error)
	// Queries a list of SignatureRequests items.
	SignatureRequests(context.Context, *QuerySignatureRequestsRequest) (*QuerySignatureRequestsResponse, error)
	// Queries a single SignatureRequest by its id.
	SignatureRequestById(context.Context, *QuerySignatureRequestByIdRequest) (*QuerySignatureRequestByIdResponse, error)
	// Queries a list of SignTransactionRequests items.
	SignTransactionRequests(context.Context, *QuerySignTransactionRequestsRequest) (*QuerySignTransactionRequestsResponse, error)
	// Queries a list of SignTransactionRequestById items.
	SignTransactionRequestById(context.Context, *QuerySignTransactionRequestByIdRequest) (*QuerySignTransactionRequestByIdResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type QuerySignTransactionRequestByIdRequest

type QuerySignTransactionRequestByIdRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySignTransactionRequestByIdRequest) Descriptor deprecated

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

Deprecated: Use QuerySignTransactionRequestByIdRequest.ProtoReflect.Descriptor instead.

func (*QuerySignTransactionRequestByIdRequest) GetId

func (*QuerySignTransactionRequestByIdRequest) ProtoMessage

func (*QuerySignTransactionRequestByIdRequest) ProtoReflect

func (*QuerySignTransactionRequestByIdRequest) Reset

func (*QuerySignTransactionRequestByIdRequest) String

type QuerySignTransactionRequestByIdResponse

type QuerySignTransactionRequestByIdResponse struct {
	SignTransactionRequest *SignTransactionRequest `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QuerySignTransactionRequestByIdResponse) Descriptor deprecated

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

Deprecated: Use QuerySignTransactionRequestByIdResponse.ProtoReflect.Descriptor instead.

func (*QuerySignTransactionRequestByIdResponse) GetSignTransactionRequest

func (x *QuerySignTransactionRequestByIdResponse) GetSignTransactionRequest() *SignTransactionRequest

func (*QuerySignTransactionRequestByIdResponse) ProtoMessage

func (*QuerySignTransactionRequestByIdResponse) ProtoReflect

func (*QuerySignTransactionRequestByIdResponse) Reset

func (*QuerySignTransactionRequestByIdResponse) String

type QuerySignTransactionRequestsRequest

type QuerySignTransactionRequestsRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	WalletType WalletType           `` /* 130-byte string literal not displayed */
	KeyId      uint64               `protobuf:"varint,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	Status     SignRequestStatus    `protobuf:"varint,4,opt,name=status,proto3,enum=warden.warden.v1beta1.SignRequestStatus" json:"status,omitempty"` // Optional
	// contains filtered or unexported fields
}

func (*QuerySignTransactionRequestsRequest) Descriptor deprecated

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

Deprecated: Use QuerySignTransactionRequestsRequest.ProtoReflect.Descriptor instead.

func (*QuerySignTransactionRequestsRequest) GetKeyId

func (*QuerySignTransactionRequestsRequest) GetPagination

func (*QuerySignTransactionRequestsRequest) GetStatus

func (*QuerySignTransactionRequestsRequest) GetWalletType

func (*QuerySignTransactionRequestsRequest) ProtoMessage

func (*QuerySignTransactionRequestsRequest) ProtoMessage()

func (*QuerySignTransactionRequestsRequest) ProtoReflect

func (*QuerySignTransactionRequestsRequest) Reset

func (*QuerySignTransactionRequestsRequest) String

type QuerySignTransactionRequestsResponse

type QuerySignTransactionRequestsResponse struct {
	Pagination              *v1beta1.PageResponse             `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	SignTransactionRequests []*SignTransactionRequestResponse `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QuerySignTransactionRequestsResponse) Descriptor deprecated

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

Deprecated: Use QuerySignTransactionRequestsResponse.ProtoReflect.Descriptor instead.

func (*QuerySignTransactionRequestsResponse) GetPagination

func (*QuerySignTransactionRequestsResponse) GetSignTransactionRequests

func (x *QuerySignTransactionRequestsResponse) GetSignTransactionRequests() []*SignTransactionRequestResponse

func (*QuerySignTransactionRequestsResponse) ProtoMessage

func (*QuerySignTransactionRequestsResponse) ProtoMessage()

func (*QuerySignTransactionRequestsResponse) ProtoReflect

func (*QuerySignTransactionRequestsResponse) Reset

func (*QuerySignTransactionRequestsResponse) String

type QuerySignatureRequestByIdRequest

type QuerySignatureRequestByIdRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySignatureRequestByIdRequest) Descriptor deprecated

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

Deprecated: Use QuerySignatureRequestByIdRequest.ProtoReflect.Descriptor instead.

func (*QuerySignatureRequestByIdRequest) GetId

func (*QuerySignatureRequestByIdRequest) ProtoMessage

func (*QuerySignatureRequestByIdRequest) ProtoMessage()

func (*QuerySignatureRequestByIdRequest) ProtoReflect

func (*QuerySignatureRequestByIdRequest) Reset

func (*QuerySignatureRequestByIdRequest) String

type QuerySignatureRequestByIdResponse

type QuerySignatureRequestByIdResponse struct {
	SignRequest *SignRequest `protobuf:"bytes,1,opt,name=sign_request,json=signRequest,proto3" json:"sign_request,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySignatureRequestByIdResponse) Descriptor deprecated

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

Deprecated: Use QuerySignatureRequestByIdResponse.ProtoReflect.Descriptor instead.

func (*QuerySignatureRequestByIdResponse) GetSignRequest

func (x *QuerySignatureRequestByIdResponse) GetSignRequest() *SignRequest

func (*QuerySignatureRequestByIdResponse) ProtoMessage

func (*QuerySignatureRequestByIdResponse) ProtoMessage()

func (*QuerySignatureRequestByIdResponse) ProtoReflect

func (*QuerySignatureRequestByIdResponse) Reset

func (*QuerySignatureRequestByIdResponse) String

type QuerySignatureRequestsRequest

type QuerySignatureRequestsRequest struct {
	Pagination   *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	KeychainAddr string               `protobuf:"bytes,2,opt,name=keychain_addr,json=keychainAddr,proto3" json:"keychain_addr,omitempty"`
	Status       SignRequestStatus    `protobuf:"varint,3,opt,name=status,proto3,enum=warden.warden.v1beta1.SignRequestStatus" json:"status,omitempty"` // Optional
	// contains filtered or unexported fields
}

func (*QuerySignatureRequestsRequest) Descriptor deprecated

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

Deprecated: Use QuerySignatureRequestsRequest.ProtoReflect.Descriptor instead.

func (*QuerySignatureRequestsRequest) GetKeychainAddr

func (x *QuerySignatureRequestsRequest) GetKeychainAddr() string

func (*QuerySignatureRequestsRequest) GetPagination

func (*QuerySignatureRequestsRequest) GetStatus

func (*QuerySignatureRequestsRequest) ProtoMessage

func (*QuerySignatureRequestsRequest) ProtoMessage()

func (*QuerySignatureRequestsRequest) ProtoReflect

func (*QuerySignatureRequestsRequest) Reset

func (x *QuerySignatureRequestsRequest) Reset()

func (*QuerySignatureRequestsRequest) String

type QuerySignatureRequestsResponse

type QuerySignatureRequestsResponse struct {
	Pagination   *v1beta1.PageResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	SignRequests []*SignRequest        `protobuf:"bytes,2,rep,name=sign_requests,json=signRequests,proto3" json:"sign_requests,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySignatureRequestsResponse) Descriptor deprecated

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

Deprecated: Use QuerySignatureRequestsResponse.ProtoReflect.Descriptor instead.

func (*QuerySignatureRequestsResponse) GetPagination

func (*QuerySignatureRequestsResponse) GetSignRequests

func (x *QuerySignatureRequestsResponse) GetSignRequests() []*SignRequest

func (*QuerySignatureRequestsResponse) ProtoMessage

func (*QuerySignatureRequestsResponse) ProtoMessage()

func (*QuerySignatureRequestsResponse) ProtoReflect

func (*QuerySignatureRequestsResponse) Reset

func (x *QuerySignatureRequestsResponse) Reset()

func (*QuerySignatureRequestsResponse) String

type QuerySpaceByAddressRequest

type QuerySpaceByAddressRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpaceByAddressRequest) Descriptor deprecated

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

Deprecated: Use QuerySpaceByAddressRequest.ProtoReflect.Descriptor instead.

func (*QuerySpaceByAddressRequest) GetAddress

func (x *QuerySpaceByAddressRequest) GetAddress() string

func (*QuerySpaceByAddressRequest) ProtoMessage

func (*QuerySpaceByAddressRequest) ProtoMessage()

func (*QuerySpaceByAddressRequest) ProtoReflect

func (*QuerySpaceByAddressRequest) Reset

func (x *QuerySpaceByAddressRequest) Reset()

func (*QuerySpaceByAddressRequest) String

func (x *QuerySpaceByAddressRequest) String() string

type QuerySpaceByAddressResponse

type QuerySpaceByAddressResponse struct {
	Space *Space `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpaceByAddressResponse) Descriptor deprecated

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

Deprecated: Use QuerySpaceByAddressResponse.ProtoReflect.Descriptor instead.

func (*QuerySpaceByAddressResponse) GetSpace

func (x *QuerySpaceByAddressResponse) GetSpace() *Space

func (*QuerySpaceByAddressResponse) ProtoMessage

func (*QuerySpaceByAddressResponse) ProtoMessage()

func (*QuerySpaceByAddressResponse) ProtoReflect

func (*QuerySpaceByAddressResponse) Reset

func (x *QuerySpaceByAddressResponse) Reset()

func (*QuerySpaceByAddressResponse) String

func (x *QuerySpaceByAddressResponse) String() string

type QuerySpacesByOwnerRequest

type QuerySpacesByOwnerRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Owner      string               `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpacesByOwnerRequest) Descriptor deprecated

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

Deprecated: Use QuerySpacesByOwnerRequest.ProtoReflect.Descriptor instead.

func (*QuerySpacesByOwnerRequest) GetOwner

func (x *QuerySpacesByOwnerRequest) GetOwner() string

func (*QuerySpacesByOwnerRequest) GetPagination

func (x *QuerySpacesByOwnerRequest) GetPagination() *v1beta1.PageRequest

func (*QuerySpacesByOwnerRequest) ProtoMessage

func (*QuerySpacesByOwnerRequest) ProtoMessage()

func (*QuerySpacesByOwnerRequest) ProtoReflect

func (*QuerySpacesByOwnerRequest) Reset

func (x *QuerySpacesByOwnerRequest) Reset()

func (*QuerySpacesByOwnerRequest) String

func (x *QuerySpacesByOwnerRequest) String() string

type QuerySpacesRequest

type QuerySpacesRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpacesRequest) Descriptor deprecated

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

Deprecated: Use QuerySpacesRequest.ProtoReflect.Descriptor instead.

func (*QuerySpacesRequest) GetPagination

func (x *QuerySpacesRequest) GetPagination() *v1beta1.PageRequest

func (*QuerySpacesRequest) ProtoMessage

func (*QuerySpacesRequest) ProtoMessage()

func (*QuerySpacesRequest) ProtoReflect

func (x *QuerySpacesRequest) ProtoReflect() protoreflect.Message

func (*QuerySpacesRequest) Reset

func (x *QuerySpacesRequest) Reset()

func (*QuerySpacesRequest) String

func (x *QuerySpacesRequest) String() string

type QuerySpacesResponse

type QuerySpacesResponse struct {
	Pagination *v1beta1.PageResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Spaces     []*Space              `protobuf:"bytes,2,rep,name=spaces,proto3" json:"spaces,omitempty"`
	// contains filtered or unexported fields
}

func (*QuerySpacesResponse) Descriptor deprecated

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

Deprecated: Use QuerySpacesResponse.ProtoReflect.Descriptor instead.

func (*QuerySpacesResponse) GetPagination

func (x *QuerySpacesResponse) GetPagination() *v1beta1.PageResponse

func (*QuerySpacesResponse) GetSpaces

func (x *QuerySpacesResponse) GetSpaces() []*Space

func (*QuerySpacesResponse) ProtoMessage

func (*QuerySpacesResponse) ProtoMessage()

func (*QuerySpacesResponse) ProtoReflect

func (x *QuerySpacesResponse) ProtoReflect() protoreflect.Message

func (*QuerySpacesResponse) Reset

func (x *QuerySpacesResponse) Reset()

func (*QuerySpacesResponse) String

func (x *QuerySpacesResponse) String() string

type SignRequest

type SignRequest struct {
	Id             uint64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Creator        string            `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	KeyId          uint64            `protobuf:"varint,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	DataForSigning []byte            `protobuf:"bytes,4,opt,name=data_for_signing,json=dataForSigning,proto3" json:"data_for_signing,omitempty"`
	Status         SignRequestStatus `protobuf:"varint,5,opt,name=status,proto3,enum=warden.warden.v1beta1.SignRequestStatus" json:"status,omitempty"`
	KeyType        KeyType           `protobuf:"varint,8,opt,name=key_type,json=keyType,proto3,enum=warden.warden.v1beta1.KeyType" json:"key_type,omitempty"`
	// Holds the result of the request. If status is pending no result is
	// available yet. If status is approved, the response will contain the signed
	// payload id. If status is rejected, the result will contain the reason for
	// the rejection.
	//
	// Types that are assignable to Result:
	//
	//	*SignRequest_SignedData
	//	*SignRequest_RejectReason
	Result isSignRequest_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*SignRequest) Descriptor deprecated

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

Deprecated: Use SignRequest.ProtoReflect.Descriptor instead.

func (*SignRequest) GetCreator

func (x *SignRequest) GetCreator() string

func (*SignRequest) GetDataForSigning

func (x *SignRequest) GetDataForSigning() []byte

func (*SignRequest) GetId

func (x *SignRequest) GetId() uint64

func (*SignRequest) GetKeyId

func (x *SignRequest) GetKeyId() uint64

func (*SignRequest) GetKeyType

func (x *SignRequest) GetKeyType() KeyType

func (*SignRequest) GetRejectReason

func (x *SignRequest) GetRejectReason() string

func (*SignRequest) GetResult

func (x *SignRequest) GetResult() isSignRequest_Result

func (*SignRequest) GetSignedData

func (x *SignRequest) GetSignedData() []byte

func (*SignRequest) GetStatus

func (x *SignRequest) GetStatus() SignRequestStatus

func (*SignRequest) ProtoMessage

func (*SignRequest) ProtoMessage()

func (*SignRequest) ProtoReflect

func (x *SignRequest) ProtoReflect() protoreflect.Message

func (*SignRequest) Reset

func (x *SignRequest) Reset()

func (*SignRequest) String

func (x *SignRequest) String() string

type SignRequestStatus

type SignRequestStatus int32

SignRequestStatus indicates the status of a signature request. A request starts as "pending", waiting to be picked up. Then it can move to either "approved" or "rejected", depending on the decision of the keychain.

const (
	// The request is missing the status field.
	SignRequestStatus_SIGN_REQUEST_STATUS_UNSPECIFIED SignRequestStatus = 0
	// The request is waiting to be fulfilled. This is the initial state of a
	// request.
	SignRequestStatus_SIGN_REQUEST_STATUS_PENDING SignRequestStatus = 1
	// The request was fulfilled. This is a final state for a request.
	SignRequestStatus_SIGN_REQUEST_STATUS_FULFILLED SignRequestStatus = 2
	// The request was rejected. This is a final state for a request.
	SignRequestStatus_SIGN_REQUEST_STATUS_REJECTED SignRequestStatus = 3
)

func (SignRequestStatus) Descriptor

func (SignRequestStatus) Enum

func (SignRequestStatus) EnumDescriptor deprecated

func (SignRequestStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SignRequestStatus.Descriptor instead.

func (SignRequestStatus) Number

func (SignRequestStatus) String

func (x SignRequestStatus) String() string

func (SignRequestStatus) Type

type SignRequest_RejectReason

type SignRequest_RejectReason struct {
	RejectReason string `protobuf:"bytes,7,opt,name=reject_reason,json=rejectReason,proto3,oneof"`
}

type SignRequest_SignedData

type SignRequest_SignedData struct {
	SignedData []byte `protobuf:"bytes,6,opt,name=signed_data,json=signedData,proto3,oneof"`
}

type SignTransactionRequest

type SignTransactionRequest struct {
	Id                  uint64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Creator             string     `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	KeyId               uint64     `protobuf:"varint,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	WalletType          WalletType `` /* 130-byte string literal not displayed */
	UnsignedTransaction []byte     `protobuf:"bytes,5,opt,name=unsigned_transaction,json=unsignedTransaction,proto3" json:"unsigned_transaction,omitempty"`
	SignRequestId       uint64     `protobuf:"varint,6,opt,name=sign_request_id,json=signRequestId,proto3" json:"sign_request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionRequest) Descriptor deprecated

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

Deprecated: Use SignTransactionRequest.ProtoReflect.Descriptor instead.

func (*SignTransactionRequest) GetCreator

func (x *SignTransactionRequest) GetCreator() string

func (*SignTransactionRequest) GetId

func (x *SignTransactionRequest) GetId() uint64

func (*SignTransactionRequest) GetKeyId

func (x *SignTransactionRequest) GetKeyId() uint64

func (*SignTransactionRequest) GetSignRequestId

func (x *SignTransactionRequest) GetSignRequestId() uint64

func (*SignTransactionRequest) GetUnsignedTransaction

func (x *SignTransactionRequest) GetUnsignedTransaction() []byte

func (*SignTransactionRequest) GetWalletType

func (x *SignTransactionRequest) GetWalletType() WalletType

func (*SignTransactionRequest) ProtoMessage

func (*SignTransactionRequest) ProtoMessage()

func (*SignTransactionRequest) ProtoReflect

func (x *SignTransactionRequest) ProtoReflect() protoreflect.Message

func (*SignTransactionRequest) Reset

func (x *SignTransactionRequest) Reset()

func (*SignTransactionRequest) String

func (x *SignTransactionRequest) String() string

type SignTransactionRequestResponse

type SignTransactionRequestResponse struct {
	SignTransactionRequest *SignTransactionRequest `` /* 129-byte string literal not displayed */
	SignRequest            *SignRequest            `protobuf:"bytes,2,opt,name=sign_request,json=signRequest,proto3" json:"sign_request,omitempty"`
	// contains filtered or unexported fields
}

func (*SignTransactionRequestResponse) Descriptor deprecated

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

Deprecated: Use SignTransactionRequestResponse.ProtoReflect.Descriptor instead.

func (*SignTransactionRequestResponse) GetSignRequest

func (x *SignTransactionRequestResponse) GetSignRequest() *SignRequest

func (*SignTransactionRequestResponse) GetSignTransactionRequest

func (x *SignTransactionRequestResponse) GetSignTransactionRequest() *SignTransactionRequest

func (*SignTransactionRequestResponse) ProtoMessage

func (*SignTransactionRequestResponse) ProtoMessage()

func (*SignTransactionRequestResponse) ProtoReflect

func (*SignTransactionRequestResponse) Reset

func (x *SignTransactionRequestResponse) Reset()

func (*SignTransactionRequestResponse) String

type Space

type Space struct {
	Address string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Creator string   `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	Owners  []string `protobuf:"bytes,3,rep,name=owners,proto3" json:"owners,omitempty"`
	// Optional ID of the intent to be applied to every *admin* operation.
	// If not specified, the default intent is used.
	//
	// Admin operations are:
	// - warden.warden.Msg.AddSpaceOwner
	// - warden.warden.Msg.RemoveSpaceOwner
	//
	// The default intent is to allow any operation when at least one of its
	// owner approves it.
	AdminIntentId uint64 `protobuf:"varint,5,opt,name=admin_intent_id,json=adminIntentId,proto3" json:"admin_intent_id,omitempty"`
	// Optional ID of the intent to be applied to every *sign* operation.
	// If not specified, the default intent is used.
	//
	// Sign operations are:
	// - warden.warden.Msg.NewKeyRequest
	// - warden.warden.Msg.NewSignTransactionRequest
	// - warden.warden.Msg.NewSignatureRequest
	// - warden.warden.Msg.NewWalletRequest
	//
	// The default intent is to allow any operation when at least one of its
	// owner approves it.
	SignIntentId uint64 `protobuf:"varint,6,opt,name=sign_intent_id,json=signIntentId,proto3" json:"sign_intent_id,omitempty"`
	// contains filtered or unexported fields
}

Space is a collection of users (called owners) that manages a set of keys.

func (*Space) Descriptor deprecated

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

Deprecated: Use Space.ProtoReflect.Descriptor instead.

func (*Space) GetAddress

func (x *Space) GetAddress() string

func (*Space) GetAdminIntentId

func (x *Space) GetAdminIntentId() uint64

func (*Space) GetCreator

func (x *Space) GetCreator() string

func (*Space) GetOwners

func (x *Space) GetOwners() []string

func (*Space) GetSignIntentId

func (x *Space) GetSignIntentId() uint64

func (*Space) ProtoMessage

func (*Space) ProtoMessage()

func (*Space) ProtoReflect

func (x *Space) ProtoReflect() protoreflect.Message

func (*Space) Reset

func (x *Space) Reset()

func (*Space) String

func (x *Space) String() string

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) AddKeychainParty

func (UnimplementedMsgServer) AddSpaceOwner

func (UnimplementedMsgServer) NewKeyRequest

func (UnimplementedMsgServer) NewKeychain

func (UnimplementedMsgServer) NewSignTransactionRequest

func (UnimplementedMsgServer) NewSignatureRequest

func (UnimplementedMsgServer) NewSpace

func (UnimplementedMsgServer) RemoveSpaceOwner

func (UnimplementedMsgServer) UpdateKeyRequest

func (UnimplementedMsgServer) UpdateKeychain

func (UnimplementedMsgServer) UpdateParams

func (UnimplementedMsgServer) UpdateSpace

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Keychains

func (UnimplementedQueryServer) Keys

func (UnimplementedQueryServer) Params

func (UnimplementedQueryServer) Spaces

func (UnimplementedQueryServer) SpacesByOwner

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

type WalletKeyResponse

type WalletKeyResponse struct {
	Address string     `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Type_   WalletType `protobuf:"varint,2,opt,name=type,proto3,enum=warden.warden.v1beta1.WalletType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*WalletKeyResponse) Descriptor deprecated

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

Deprecated: Use WalletKeyResponse.ProtoReflect.Descriptor instead.

func (*WalletKeyResponse) GetAddress

func (x *WalletKeyResponse) GetAddress() string

func (*WalletKeyResponse) GetType_

func (x *WalletKeyResponse) GetType_() WalletType

func (*WalletKeyResponse) ProtoMessage

func (*WalletKeyResponse) ProtoMessage()

func (*WalletKeyResponse) ProtoReflect

func (x *WalletKeyResponse) ProtoReflect() protoreflect.Message

func (*WalletKeyResponse) Reset

func (x *WalletKeyResponse) Reset()

func (*WalletKeyResponse) String

func (x *WalletKeyResponse) String() string

type WalletType

type WalletType int32

WalletType specifies the Layer 1 blockchain that this wallet will be used for.

const (
	// The wallet type is missing
	WalletType_WALLET_TYPE_UNSPECIFIED WalletType = 0
	// The wallet type for Ethereum
	WalletType_WALLET_TYPE_ETH WalletType = 1
	// The wallet type for Celestia
	WalletType_WALLET_TYPE_CELESTIA WalletType = 2
	// The wallet type for Sui
	WalletType_WALLET_TYPE_SUI WalletType = 3
)

func (WalletType) Descriptor

func (WalletType) Descriptor() protoreflect.EnumDescriptor

func (WalletType) Enum

func (x WalletType) Enum() *WalletType

func (WalletType) EnumDescriptor deprecated

func (WalletType) EnumDescriptor() ([]byte, []int)

Deprecated: Use WalletType.Descriptor instead.

func (WalletType) Number

func (x WalletType) Number() protoreflect.EnumNumber

func (WalletType) String

func (x WalletType) String() string

func (WalletType) Type

Jump to

Keyboard shortcuts

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