claim

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_koinos_contracts_claim_claim_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CheckClaimArguments

type CheckClaimArguments struct {
	EthAddress []byte `protobuf:"bytes,1,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckClaimArguments) Descriptor deprecated

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

Deprecated: Use CheckClaimArguments.ProtoReflect.Descriptor instead.

func (*CheckClaimArguments) GetEthAddress

func (x *CheckClaimArguments) GetEthAddress() []byte

func (*CheckClaimArguments) ProtoMessage

func (*CheckClaimArguments) ProtoMessage()

func (*CheckClaimArguments) ProtoReflect

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

func (*CheckClaimArguments) Reset

func (x *CheckClaimArguments) Reset()

func (*CheckClaimArguments) String

func (x *CheckClaimArguments) String() string

type CheckClaimResult

type CheckClaimResult struct {
	Value *ClaimStatus `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckClaimResult) Descriptor deprecated

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

Deprecated: Use CheckClaimResult.ProtoReflect.Descriptor instead.

func (*CheckClaimResult) GetValue

func (x *CheckClaimResult) GetValue() *ClaimStatus

func (*CheckClaimResult) ProtoMessage

func (*CheckClaimResult) ProtoMessage()

func (*CheckClaimResult) ProtoReflect

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

func (*CheckClaimResult) Reset

func (x *CheckClaimResult) Reset()

func (*CheckClaimResult) String

func (x *CheckClaimResult) String() string

type ClaimArguments

type ClaimArguments struct {
	EthAddress  []byte `protobuf:"bytes,1,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	KoinAddress []byte `protobuf:"bytes,2,opt,name=koin_address,json=koinAddress,proto3" json:"koin_address,omitempty"`
	Signature   []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*ClaimArguments) Descriptor deprecated

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

Deprecated: Use ClaimArguments.ProtoReflect.Descriptor instead.

func (*ClaimArguments) GetEthAddress

func (x *ClaimArguments) GetEthAddress() []byte

func (*ClaimArguments) GetKoinAddress

func (x *ClaimArguments) GetKoinAddress() []byte

func (*ClaimArguments) GetSignature

func (x *ClaimArguments) GetSignature() []byte

func (*ClaimArguments) ProtoMessage

func (*ClaimArguments) ProtoMessage()

func (*ClaimArguments) ProtoReflect

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

func (*ClaimArguments) Reset

func (x *ClaimArguments) Reset()

func (*ClaimArguments) String

func (x *ClaimArguments) String() string

type ClaimInfo

type ClaimInfo struct {
	TotalEthAccounts   uint32 `protobuf:"varint,1,opt,name=total_eth_accounts,json=totalEthAccounts,proto3" json:"total_eth_accounts,omitempty"`
	EthAccountsClaimed uint32 `protobuf:"varint,2,opt,name=eth_accounts_claimed,json=ethAccountsClaimed,proto3" json:"eth_accounts_claimed,omitempty"`
	TotalKoin          uint64 `protobuf:"varint,3,opt,name=total_koin,json=totalKoin,proto3" json:"total_koin,omitempty"`
	KoinClaimed        uint64 `protobuf:"varint,4,opt,name=koin_claimed,json=koinClaimed,proto3" json:"koin_claimed,omitempty"`
	// contains filtered or unexported fields
}

func (*ClaimInfo) Descriptor deprecated

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

Deprecated: Use ClaimInfo.ProtoReflect.Descriptor instead.

func (*ClaimInfo) GetEthAccountsClaimed

func (x *ClaimInfo) GetEthAccountsClaimed() uint32

func (*ClaimInfo) GetKoinClaimed

func (x *ClaimInfo) GetKoinClaimed() uint64

func (*ClaimInfo) GetTotalEthAccounts

func (x *ClaimInfo) GetTotalEthAccounts() uint32

func (*ClaimInfo) GetTotalKoin

func (x *ClaimInfo) GetTotalKoin() uint64

func (*ClaimInfo) ProtoMessage

func (*ClaimInfo) ProtoMessage()

func (*ClaimInfo) ProtoReflect

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

func (*ClaimInfo) Reset

func (x *ClaimInfo) Reset()

func (*ClaimInfo) String

func (x *ClaimInfo) String() string

type ClaimResult

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

func (*ClaimResult) Descriptor deprecated

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

Deprecated: Use ClaimResult.ProtoReflect.Descriptor instead.

func (*ClaimResult) ProtoMessage

func (*ClaimResult) ProtoMessage()

func (*ClaimResult) ProtoReflect

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

func (*ClaimResult) Reset

func (x *ClaimResult) Reset()

func (*ClaimResult) String

func (x *ClaimResult) String() string

type ClaimStatus

type ClaimStatus struct {
	TokenAmount uint64 `protobuf:"varint,1,opt,name=token_amount,json=tokenAmount,proto3" json:"token_amount,omitempty"`
	Claimed     bool   `protobuf:"varint,2,opt,name=claimed,proto3" json:"claimed,omitempty"`
	// contains filtered or unexported fields
}

func (*ClaimStatus) Descriptor deprecated

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

Deprecated: Use ClaimStatus.ProtoReflect.Descriptor instead.

func (*ClaimStatus) GetClaimed

func (x *ClaimStatus) GetClaimed() bool

func (*ClaimStatus) GetTokenAmount

func (x *ClaimStatus) GetTokenAmount() uint64

func (*ClaimStatus) ProtoMessage

func (*ClaimStatus) ProtoMessage()

func (*ClaimStatus) ProtoReflect

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

func (*ClaimStatus) Reset

func (x *ClaimStatus) Reset()

func (*ClaimStatus) String

func (x *ClaimStatus) String() string

type GetInfoArguments

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

func (*GetInfoArguments) Descriptor deprecated

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

Deprecated: Use GetInfoArguments.ProtoReflect.Descriptor instead.

func (*GetInfoArguments) ProtoMessage

func (*GetInfoArguments) ProtoMessage()

func (*GetInfoArguments) ProtoReflect

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

func (*GetInfoArguments) Reset

func (x *GetInfoArguments) Reset()

func (*GetInfoArguments) String

func (x *GetInfoArguments) String() string

type GetInfoResult

type GetInfoResult struct {
	Value *ClaimInfo `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInfoResult) Descriptor deprecated

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

Deprecated: Use GetInfoResult.ProtoReflect.Descriptor instead.

func (*GetInfoResult) GetValue

func (x *GetInfoResult) GetValue() *ClaimInfo

func (*GetInfoResult) ProtoMessage

func (*GetInfoResult) ProtoMessage()

func (*GetInfoResult) ProtoReflect

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

func (*GetInfoResult) Reset

func (x *GetInfoResult) Reset()

func (*GetInfoResult) String

func (x *GetInfoResult) String() string

Jump to

Keyboard shortcuts

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