user_deployer_whitelist

package
v0.0.0-...-0b06f50 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TierID_name = map[int32]string{
	0: "DEFAULT",
}
View Source
var TierID_value = map[string]int32{
	"DEFAULT": 0,
}

Functions

This section is empty.

Types

type DeployerContract

type DeployerContract struct {
	ContractAddress      *types.Address `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress" json:"contract_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DeployerContract) Descriptor

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

func (*DeployerContract) GetContractAddress

func (m *DeployerContract) GetContractAddress() *types.Address

func (*DeployerContract) ProtoMessage

func (*DeployerContract) ProtoMessage()

func (*DeployerContract) Reset

func (m *DeployerContract) Reset()

func (*DeployerContract) String

func (m *DeployerContract) String() string

func (*DeployerContract) XXX_DiscardUnknown

func (m *DeployerContract) XXX_DiscardUnknown()

func (*DeployerContract) XXX_Marshal

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

func (*DeployerContract) XXX_Merge

func (dst *DeployerContract) XXX_Merge(src proto.Message)

func (*DeployerContract) XXX_Size

func (m *DeployerContract) XXX_Size() int

func (*DeployerContract) XXX_Unmarshal

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

type GetDeployedContractsRequest

type GetDeployedContractsRequest struct {
	DeployerAddr         *types.Address `protobuf:"bytes,1,opt,name=deployer_addr,json=deployerAddr" json:"deployer_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetDeployedContractsRequest) Descriptor

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

func (*GetDeployedContractsRequest) GetDeployerAddr

func (m *GetDeployedContractsRequest) GetDeployerAddr() *types.Address

func (*GetDeployedContractsRequest) ProtoMessage

func (*GetDeployedContractsRequest) ProtoMessage()

func (*GetDeployedContractsRequest) Reset

func (m *GetDeployedContractsRequest) Reset()

func (*GetDeployedContractsRequest) String

func (m *GetDeployedContractsRequest) String() string

func (*GetDeployedContractsRequest) XXX_DiscardUnknown

func (m *GetDeployedContractsRequest) XXX_DiscardUnknown()

func (*GetDeployedContractsRequest) XXX_Marshal

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

func (*GetDeployedContractsRequest) XXX_Merge

func (dst *GetDeployedContractsRequest) XXX_Merge(src proto.Message)

func (*GetDeployedContractsRequest) XXX_Size

func (m *GetDeployedContractsRequest) XXX_Size() int

func (*GetDeployedContractsRequest) XXX_Unmarshal

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

type GetDeployedContractsResponse

type GetDeployedContractsResponse struct {
	ContractAddresses    []*DeployerContract `protobuf:"bytes,1,rep,name=contract_addresses,json=contractAddresses" json:"contract_addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetDeployedContractsResponse) Descriptor

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

func (*GetDeployedContractsResponse) GetContractAddresses

func (m *GetDeployedContractsResponse) GetContractAddresses() []*DeployerContract

func (*GetDeployedContractsResponse) ProtoMessage

func (*GetDeployedContractsResponse) ProtoMessage()

func (*GetDeployedContractsResponse) Reset

func (m *GetDeployedContractsResponse) Reset()

func (*GetDeployedContractsResponse) String

func (*GetDeployedContractsResponse) XXX_DiscardUnknown

func (m *GetDeployedContractsResponse) XXX_DiscardUnknown()

func (*GetDeployedContractsResponse) XXX_Marshal

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

func (*GetDeployedContractsResponse) XXX_Merge

func (dst *GetDeployedContractsResponse) XXX_Merge(src proto.Message)

func (*GetDeployedContractsResponse) XXX_Size

func (m *GetDeployedContractsResponse) XXX_Size() int

func (*GetDeployedContractsResponse) XXX_Unmarshal

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

type GetTierInfoRequest

type GetTierInfoRequest struct {
	TierID               TierID   `protobuf:"varint,1,opt,name=id,proto3,enum=user_deployer_whitelist.TierID" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTierInfoRequest) Descriptor

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

func (*GetTierInfoRequest) GetTierID

func (m *GetTierInfoRequest) GetTierID() TierID

func (*GetTierInfoRequest) ProtoMessage

func (*GetTierInfoRequest) ProtoMessage()

func (*GetTierInfoRequest) Reset

func (m *GetTierInfoRequest) Reset()

func (*GetTierInfoRequest) String

func (m *GetTierInfoRequest) String() string

func (*GetTierInfoRequest) XXX_DiscardUnknown

func (m *GetTierInfoRequest) XXX_DiscardUnknown()

func (*GetTierInfoRequest) XXX_Marshal

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

func (*GetTierInfoRequest) XXX_Merge

func (dst *GetTierInfoRequest) XXX_Merge(src proto.Message)

func (*GetTierInfoRequest) XXX_Size

func (m *GetTierInfoRequest) XXX_Size() int

func (*GetTierInfoRequest) XXX_Unmarshal

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

type GetTierInfoResponse

type GetTierInfoResponse struct {
	Tier                 *Tier    `protobuf:"bytes,1,opt,name=tier" json:"tier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTierInfoResponse) Descriptor

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

func (*GetTierInfoResponse) GetTier

func (m *GetTierInfoResponse) GetTier() *Tier

func (*GetTierInfoResponse) ProtoMessage

func (*GetTierInfoResponse) ProtoMessage()

func (*GetTierInfoResponse) Reset

func (m *GetTierInfoResponse) Reset()

func (*GetTierInfoResponse) String

func (m *GetTierInfoResponse) String() string

func (*GetTierInfoResponse) XXX_DiscardUnknown

func (m *GetTierInfoResponse) XXX_DiscardUnknown()

func (*GetTierInfoResponse) XXX_Marshal

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

func (*GetTierInfoResponse) XXX_Merge

func (dst *GetTierInfoResponse) XXX_Merge(src proto.Message)

func (*GetTierInfoResponse) XXX_Size

func (m *GetTierInfoResponse) XXX_Size() int

func (*GetTierInfoResponse) XXX_Unmarshal

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

type GetUserDeployersRequest

type GetUserDeployersRequest struct {
	UserAddr             *types.Address `protobuf:"bytes,1,opt,name=user_addr,json=userAddr" json:"user_addr,omitempty"`
	IncludeInactive      bool           `protobuf:"varint,2,opt,name=include_inactive,json=includeInactive,proto3" json:"include_inactive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetUserDeployersRequest) Descriptor

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

func (*GetUserDeployersRequest) GetIncludeInactive

func (m *GetUserDeployersRequest) GetIncludeInactive() bool

func (*GetUserDeployersRequest) GetUserAddr

func (m *GetUserDeployersRequest) GetUserAddr() *types.Address

func (*GetUserDeployersRequest) ProtoMessage

func (*GetUserDeployersRequest) ProtoMessage()

func (*GetUserDeployersRequest) Reset

func (m *GetUserDeployersRequest) Reset()

func (*GetUserDeployersRequest) String

func (m *GetUserDeployersRequest) String() string

func (*GetUserDeployersRequest) XXX_DiscardUnknown

func (m *GetUserDeployersRequest) XXX_DiscardUnknown()

func (*GetUserDeployersRequest) XXX_Marshal

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

func (*GetUserDeployersRequest) XXX_Merge

func (dst *GetUserDeployersRequest) XXX_Merge(src proto.Message)

func (*GetUserDeployersRequest) XXX_Size

func (m *GetUserDeployersRequest) XXX_Size() int

func (*GetUserDeployersRequest) XXX_Unmarshal

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

type GetUserDeployersResponse

type GetUserDeployersResponse struct {
	Deployers            []*UserDeployerState `protobuf:"bytes,1,rep,name=deployers" json:"deployers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetUserDeployersResponse) Descriptor

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

func (*GetUserDeployersResponse) GetDeployers

func (m *GetUserDeployersResponse) GetDeployers() []*UserDeployerState

func (*GetUserDeployersResponse) ProtoMessage

func (*GetUserDeployersResponse) ProtoMessage()

func (*GetUserDeployersResponse) Reset

func (m *GetUserDeployersResponse) Reset()

func (*GetUserDeployersResponse) String

func (m *GetUserDeployersResponse) String() string

func (*GetUserDeployersResponse) XXX_DiscardUnknown

func (m *GetUserDeployersResponse) XXX_DiscardUnknown()

func (*GetUserDeployersResponse) XXX_Marshal

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

func (*GetUserDeployersResponse) XXX_Merge

func (dst *GetUserDeployersResponse) XXX_Merge(src proto.Message)

func (*GetUserDeployersResponse) XXX_Size

func (m *GetUserDeployersResponse) XXX_Size() int

func (*GetUserDeployersResponse) XXX_Unmarshal

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

type InitRequest

type InitRequest struct {
	Owner                *types.Address `protobuf:"bytes,1,opt,name=owner" json:"owner,omitempty"`
	TierInfo             []*TierInfo    `protobuf:"bytes,2,rep,name=tier_info,json=tierInfo" json:"tier_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*InitRequest) Descriptor

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

func (*InitRequest) GetOwner

func (m *InitRequest) GetOwner() *types.Address

func (*InitRequest) GetTierInfo

func (m *InitRequest) GetTierInfo() []*TierInfo

func (*InitRequest) ProtoMessage

func (*InitRequest) ProtoMessage()

func (*InitRequest) Reset

func (m *InitRequest) Reset()

func (*InitRequest) String

func (m *InitRequest) String() string

func (*InitRequest) XXX_DiscardUnknown

func (m *InitRequest) XXX_DiscardUnknown()

func (*InitRequest) XXX_Marshal

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

func (*InitRequest) XXX_Merge

func (dst *InitRequest) XXX_Merge(src proto.Message)

func (*InitRequest) XXX_Size

func (m *InitRequest) XXX_Size() int

func (*InitRequest) XXX_Unmarshal

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

type RemoveUserDeployerRequest

type RemoveUserDeployerRequest struct {
	DeployerAddr         *types.Address `protobuf:"bytes,1,opt,name=deployer_addr,json=deployerAddr" json:"deployer_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RemoveUserDeployerRequest) Descriptor

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

func (*RemoveUserDeployerRequest) GetDeployerAddr

func (m *RemoveUserDeployerRequest) GetDeployerAddr() *types.Address

func (*RemoveUserDeployerRequest) ProtoMessage

func (*RemoveUserDeployerRequest) ProtoMessage()

func (*RemoveUserDeployerRequest) Reset

func (m *RemoveUserDeployerRequest) Reset()

func (*RemoveUserDeployerRequest) String

func (m *RemoveUserDeployerRequest) String() string

func (*RemoveUserDeployerRequest) XXX_DiscardUnknown

func (m *RemoveUserDeployerRequest) XXX_DiscardUnknown()

func (*RemoveUserDeployerRequest) XXX_Marshal

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

func (*RemoveUserDeployerRequest) XXX_Merge

func (dst *RemoveUserDeployerRequest) XXX_Merge(src proto.Message)

func (*RemoveUserDeployerRequest) XXX_Size

func (m *RemoveUserDeployerRequest) XXX_Size() int

func (*RemoveUserDeployerRequest) XXX_Unmarshal

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

type SetTierInfoRequest

type SetTierInfoRequest struct {
	TierID               TierID         `protobuf:"varint,1,opt,name=id,proto3,enum=user_deployer_whitelist.TierID" json:"id,omitempty"`
	Fee                  *types.BigUInt `protobuf:"bytes,2,opt,name=fee" json:"fee,omitempty"`
	Name                 string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BlockRange           uint64         `protobuf:"varint,4,opt,name=block_range,json=blockRange,proto3" json:"block_range,omitempty"`
	MaxTxs               uint64         `protobuf:"varint,5,opt,name=max_txs,json=maxTxs,proto3" json:"max_txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SetTierInfoRequest) Descriptor

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

func (*SetTierInfoRequest) GetBlockRange

func (m *SetTierInfoRequest) GetBlockRange() uint64

func (*SetTierInfoRequest) GetFee

func (m *SetTierInfoRequest) GetFee() *types.BigUInt

func (*SetTierInfoRequest) GetMaxTxs

func (m *SetTierInfoRequest) GetMaxTxs() uint64

func (*SetTierInfoRequest) GetName

func (m *SetTierInfoRequest) GetName() string

func (*SetTierInfoRequest) GetTierID

func (m *SetTierInfoRequest) GetTierID() TierID

func (*SetTierInfoRequest) ProtoMessage

func (*SetTierInfoRequest) ProtoMessage()

func (*SetTierInfoRequest) Reset

func (m *SetTierInfoRequest) Reset()

func (*SetTierInfoRequest) String

func (m *SetTierInfoRequest) String() string

func (*SetTierInfoRequest) XXX_DiscardUnknown

func (m *SetTierInfoRequest) XXX_DiscardUnknown()

func (*SetTierInfoRequest) XXX_Marshal

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

func (*SetTierInfoRequest) XXX_Merge

func (dst *SetTierInfoRequest) XXX_Merge(src proto.Message)

func (*SetTierInfoRequest) XXX_Size

func (m *SetTierInfoRequest) XXX_Size() int

func (*SetTierInfoRequest) XXX_Unmarshal

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

type SwapUserDeployerRequest

type SwapUserDeployerRequest struct {
	OldDeployerAddr      *types.Address `protobuf:"bytes,1,opt,name=old_deployer_addr,json=oldDeployerAddr" json:"old_deployer_addr,omitempty"`
	NewDeployerAddr      *types.Address `protobuf:"bytes,2,opt,name=new_deployer_addr,json=newDeployerAddr" json:"new_deployer_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SwapUserDeployerRequest) Descriptor

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

func (*SwapUserDeployerRequest) GetNewDeployerAddr

func (m *SwapUserDeployerRequest) GetNewDeployerAddr() *types.Address

func (*SwapUserDeployerRequest) GetOldDeployerAddr

func (m *SwapUserDeployerRequest) GetOldDeployerAddr() *types.Address

func (*SwapUserDeployerRequest) ProtoMessage

func (*SwapUserDeployerRequest) ProtoMessage()

func (*SwapUserDeployerRequest) Reset

func (m *SwapUserDeployerRequest) Reset()

func (*SwapUserDeployerRequest) String

func (m *SwapUserDeployerRequest) String() string

func (*SwapUserDeployerRequest) XXX_DiscardUnknown

func (m *SwapUserDeployerRequest) XXX_DiscardUnknown()

func (*SwapUserDeployerRequest) XXX_Marshal

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

func (*SwapUserDeployerRequest) XXX_Merge

func (dst *SwapUserDeployerRequest) XXX_Merge(src proto.Message)

func (*SwapUserDeployerRequest) XXX_Size

func (m *SwapUserDeployerRequest) XXX_Size() int

func (*SwapUserDeployerRequest) XXX_Unmarshal

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

type Tier

type Tier struct {
	TierID               TierID         `protobuf:"varint,1,opt,name=id,proto3,enum=user_deployer_whitelist.TierID" json:"id,omitempty"`
	Fee                  *types.BigUInt `protobuf:"bytes,2,opt,name=fee" json:"fee,omitempty"`
	Name                 string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BlockRange           uint64         `protobuf:"varint,4,opt,name=block_range,json=blockRange,proto3" json:"block_range,omitempty"`
	MaxTxs               uint64         `protobuf:"varint,5,opt,name=max_txs,json=maxTxs,proto3" json:"max_txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Tier) Descriptor

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

func (*Tier) GetBlockRange

func (m *Tier) GetBlockRange() uint64

func (*Tier) GetFee

func (m *Tier) GetFee() *types.BigUInt

func (*Tier) GetMaxTxs

func (m *Tier) GetMaxTxs() uint64

func (*Tier) GetName

func (m *Tier) GetName() string

func (*Tier) GetTierID

func (m *Tier) GetTierID() TierID

func (*Tier) ProtoMessage

func (*Tier) ProtoMessage()

func (*Tier) Reset

func (m *Tier) Reset()

func (*Tier) String

func (m *Tier) String() string

func (*Tier) XXX_DiscardUnknown

func (m *Tier) XXX_DiscardUnknown()

func (*Tier) XXX_Marshal

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

func (*Tier) XXX_Merge

func (dst *Tier) XXX_Merge(src proto.Message)

func (*Tier) XXX_Size

func (m *Tier) XXX_Size() int

func (*Tier) XXX_Unmarshal

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

type TierID

type TierID int32
const (
	TierID_DEFAULT TierID = 0
)

func (TierID) EnumDescriptor

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

func (TierID) String

func (x TierID) String() string

type TierInfo

type TierInfo struct {
	TierID               TierID   `protobuf:"varint,1,opt,name=id,proto3,enum=user_deployer_whitelist.TierID" json:"id,omitempty"`
	Fee                  uint64   `protobuf:"varint,2,opt,name=fee,proto3" json:"fee,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BlockRange           uint64   `protobuf:"varint,4,opt,name=block_range,json=blockRange,proto3" json:"block_range,omitempty"`
	MaxTxs               uint64   `protobuf:"varint,5,opt,name=max_txs,json=maxTxs,proto3" json:"max_txs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TierInfo) Descriptor

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

func (*TierInfo) GetBlockRange

func (m *TierInfo) GetBlockRange() uint64

func (*TierInfo) GetFee

func (m *TierInfo) GetFee() uint64

func (*TierInfo) GetMaxTxs

func (m *TierInfo) GetMaxTxs() uint64

func (*TierInfo) GetName

func (m *TierInfo) GetName() string

func (*TierInfo) GetTierID

func (m *TierInfo) GetTierID() TierID

func (*TierInfo) ProtoMessage

func (*TierInfo) ProtoMessage()

func (*TierInfo) Reset

func (m *TierInfo) Reset()

func (*TierInfo) String

func (m *TierInfo) String() string

func (*TierInfo) XXX_DiscardUnknown

func (m *TierInfo) XXX_DiscardUnknown()

func (*TierInfo) XXX_Marshal

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

func (*TierInfo) XXX_Merge

func (dst *TierInfo) XXX_Merge(src proto.Message)

func (*TierInfo) XXX_Size

func (m *TierInfo) XXX_Size() int

func (*TierInfo) XXX_Unmarshal

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

type UserDeployerState

type UserDeployerState struct {
	Address              *types.Address      `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
	Contracts            []*DeployerContract `protobuf:"bytes,2,rep,name=contracts" json:"contracts,omitempty"`
	TierID               TierID              `protobuf:"varint,3,opt,name=tier_id,json=tierId,proto3,enum=user_deployer_whitelist.TierID" json:"tier_id,omitempty"`
	Inactive             bool                `protobuf:"varint,4,opt,name=inactive,proto3" json:"inactive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*UserDeployerState) Descriptor

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

func (*UserDeployerState) GetAddress

func (m *UserDeployerState) GetAddress() *types.Address

func (*UserDeployerState) GetContracts

func (m *UserDeployerState) GetContracts() []*DeployerContract

func (*UserDeployerState) GetInactive

func (m *UserDeployerState) GetInactive() bool

func (*UserDeployerState) GetTierID

func (m *UserDeployerState) GetTierID() TierID

func (*UserDeployerState) ProtoMessage

func (*UserDeployerState) ProtoMessage()

func (*UserDeployerState) Reset

func (m *UserDeployerState) Reset()

func (*UserDeployerState) String

func (m *UserDeployerState) String() string

func (*UserDeployerState) XXX_DiscardUnknown

func (m *UserDeployerState) XXX_DiscardUnknown()

func (*UserDeployerState) XXX_Marshal

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

func (*UserDeployerState) XXX_Merge

func (dst *UserDeployerState) XXX_Merge(src proto.Message)

func (*UserDeployerState) XXX_Size

func (m *UserDeployerState) XXX_Size() int

func (*UserDeployerState) XXX_Unmarshal

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

type UserState

type UserState struct {
	UserAddr             *types.Address   `protobuf:"bytes,1,opt,name=user_addr,json=userAddr" json:"user_addr,omitempty"`
	Deployers            []*types.Address `protobuf:"bytes,2,rep,name=deployers" json:"deployers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*UserState) Descriptor

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

func (*UserState) GetDeployers

func (m *UserState) GetDeployers() []*types.Address

func (*UserState) GetUserAddr

func (m *UserState) GetUserAddr() *types.Address

func (*UserState) ProtoMessage

func (*UserState) ProtoMessage()

func (*UserState) Reset

func (m *UserState) Reset()

func (*UserState) String

func (m *UserState) String() string

func (*UserState) XXX_DiscardUnknown

func (m *UserState) XXX_DiscardUnknown()

func (*UserState) XXX_Marshal

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

func (*UserState) XXX_Merge

func (dst *UserState) XXX_Merge(src proto.Message)

func (*UserState) XXX_Size

func (m *UserState) XXX_Size() int

func (*UserState) XXX_Unmarshal

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

type WhitelistUserDeployerRequest

type WhitelistUserDeployerRequest struct {
	DeployerAddr         *types.Address `protobuf:"bytes,1,opt,name=deployer_addr,json=deployerAddr" json:"deployer_addr,omitempty"`
	TierID               TierID         `protobuf:"varint,2,opt,name=tier_id,json=tierId,proto3,enum=user_deployer_whitelist.TierID" json:"tier_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*WhitelistUserDeployerRequest) Descriptor

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

func (*WhitelistUserDeployerRequest) GetDeployerAddr

func (m *WhitelistUserDeployerRequest) GetDeployerAddr() *types.Address

func (*WhitelistUserDeployerRequest) GetTierID

func (m *WhitelistUserDeployerRequest) GetTierID() TierID

func (*WhitelistUserDeployerRequest) ProtoMessage

func (*WhitelistUserDeployerRequest) ProtoMessage()

func (*WhitelistUserDeployerRequest) Reset

func (m *WhitelistUserDeployerRequest) Reset()

func (*WhitelistUserDeployerRequest) String

func (*WhitelistUserDeployerRequest) XXX_DiscardUnknown

func (m *WhitelistUserDeployerRequest) XXX_DiscardUnknown()

func (*WhitelistUserDeployerRequest) XXX_Marshal

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

func (*WhitelistUserDeployerRequest) XXX_Merge

func (dst *WhitelistUserDeployerRequest) XXX_Merge(src proto.Message)

func (*WhitelistUserDeployerRequest) XXX_Size

func (m *WhitelistUserDeployerRequest) XXX_Size() int

func (*WhitelistUserDeployerRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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