wallet_pb

package
v0.0.0-...-07b0db4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_wallet_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Wallet

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

func (*Wallet) Descriptor deprecated

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

Deprecated: Use Wallet.ProtoReflect.Descriptor instead.

func (*Wallet) ProtoMessage

func (*Wallet) ProtoMessage()

func (*Wallet) ProtoReflect

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

func (*Wallet) Reset

func (x *Wallet) Reset()

func (*Wallet) String

func (x *Wallet) String() string

type Wallet_Header

type Wallet_Header struct {
	WalletId   uint32 `protobuf:"varint,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	WalletName string `protobuf:"bytes,2,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"`
	Published  bool   `protobuf:"varint,3,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*Wallet_Header) Descriptor deprecated

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

Deprecated: Use Wallet_Header.ProtoReflect.Descriptor instead.

func (*Wallet_Header) GetPublished

func (x *Wallet_Header) GetPublished() bool

func (*Wallet_Header) GetWalletId

func (x *Wallet_Header) GetWalletId() uint32

func (*Wallet_Header) GetWalletName

func (x *Wallet_Header) GetWalletName() string

func (*Wallet_Header) ProtoMessage

func (*Wallet_Header) ProtoMessage()

func (*Wallet_Header) ProtoReflect

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

func (*Wallet_Header) Reset

func (x *Wallet_Header) Reset()

func (*Wallet_Header) String

func (x *Wallet_Header) String() string

type Wallet_ID

type Wallet_ID struct {

	// Types that are assignable to UniqueField:
	//	*Wallet_ID_WalletId
	//	*Wallet_ID_WalletName
	UniqueField isWallet_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*Wallet_ID) Descriptor deprecated

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

Deprecated: Use Wallet_ID.ProtoReflect.Descriptor instead.

func (*Wallet_ID) GetUniqueField

func (m *Wallet_ID) GetUniqueField() isWallet_ID_UniqueField

func (*Wallet_ID) GetWalletId

func (x *Wallet_ID) GetWalletId() uint32

func (*Wallet_ID) GetWalletName

func (x *Wallet_ID) GetWalletName() string

func (*Wallet_ID) ProtoMessage

func (*Wallet_ID) ProtoMessage()

func (*Wallet_ID) ProtoReflect

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

func (*Wallet_ID) Reset

func (x *Wallet_ID) Reset()

func (*Wallet_ID) String

func (x *Wallet_ID) String() string

type Wallet_ID_WalletId

type Wallet_ID_WalletId struct {
	WalletId uint32 `protobuf:"varint,1,opt,name=wallet_id,json=walletId,proto3,oneof"`
}

type Wallet_ID_WalletName

type Wallet_ID_WalletName struct {
	WalletName string `protobuf:"bytes,2,opt,name=wallet_name,json=walletName,proto3,oneof"`
}

type Wallet_PaymentSystem

type Wallet_PaymentSystem struct {
	Wallet        *Wallet_ID                       `protobuf:"bytes,1,opt,name=wallet,proto3" json:"wallet,omitempty"`
	PaymentSystem *payment_system.PaymentSystem_ID `protobuf:"bytes,2,opt,name=payment_system,json=paymentSystem,proto3" json:"payment_system,omitempty"`
	// contains filtered or unexported fields
}

func (*Wallet_PaymentSystem) Descriptor deprecated

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

Deprecated: Use Wallet_PaymentSystem.ProtoReflect.Descriptor instead.

func (*Wallet_PaymentSystem) GetPaymentSystem

func (x *Wallet_PaymentSystem) GetPaymentSystem() *payment_system.PaymentSystem_ID

func (*Wallet_PaymentSystem) GetWallet

func (x *Wallet_PaymentSystem) GetWallet() *Wallet_ID

func (*Wallet_PaymentSystem) ProtoMessage

func (*Wallet_PaymentSystem) ProtoMessage()

func (*Wallet_PaymentSystem) ProtoReflect

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

func (*Wallet_PaymentSystem) Reset

func (x *Wallet_PaymentSystem) Reset()

func (*Wallet_PaymentSystem) String

func (x *Wallet_PaymentSystem) String() string

type Wallet_PaymentSystem_BotKey

type Wallet_PaymentSystem_BotKey struct {
	WalletId        uint32       `protobuf:"varint,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	PaymentSystemId uint32       `protobuf:"varint,2,opt,name=payment_system_id,json=paymentSystemId,proto3" json:"payment_system_id,omitempty"`
	BotKeyId        uint32       `protobuf:"varint,3,opt,name=bot_key_id,json=botKeyId,proto3" json:"bot_key_id,omitempty"`
	BotKeyTitle     string       `protobuf:"bytes,4,opt,name=bot_key_title,json=botKeyTitle,proto3" json:"bot_key_title,omitempty"`
	Token           string       `protobuf:"bytes,5,opt,name=token,proto3" json:"token,omitempty"`
	Ttl             *until.Until `protobuf:"bytes,6,opt,name=ttl,proto3" json:"ttl,omitempty"`
	IpMasks         []string     `protobuf:"bytes,7,rep,name=ip_masks,json=ipMasks,proto3" json:"ip_masks,omitempty"`
	// contains filtered or unexported fields
}

func (*Wallet_PaymentSystem_BotKey) Descriptor deprecated

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

Deprecated: Use Wallet_PaymentSystem_BotKey.ProtoReflect.Descriptor instead.

func (*Wallet_PaymentSystem_BotKey) GetBotKeyId

func (x *Wallet_PaymentSystem_BotKey) GetBotKeyId() uint32

func (*Wallet_PaymentSystem_BotKey) GetBotKeyTitle

func (x *Wallet_PaymentSystem_BotKey) GetBotKeyTitle() string

func (*Wallet_PaymentSystem_BotKey) GetIpMasks

func (x *Wallet_PaymentSystem_BotKey) GetIpMasks() []string

func (*Wallet_PaymentSystem_BotKey) GetPaymentSystemId

func (x *Wallet_PaymentSystem_BotKey) GetPaymentSystemId() uint32

func (*Wallet_PaymentSystem_BotKey) GetToken

func (x *Wallet_PaymentSystem_BotKey) GetToken() string

func (*Wallet_PaymentSystem_BotKey) GetTtl

func (*Wallet_PaymentSystem_BotKey) GetWalletId

func (x *Wallet_PaymentSystem_BotKey) GetWalletId() uint32

func (*Wallet_PaymentSystem_BotKey) ProtoMessage

func (*Wallet_PaymentSystem_BotKey) ProtoMessage()

func (*Wallet_PaymentSystem_BotKey) ProtoReflect

func (*Wallet_PaymentSystem_BotKey) Reset

func (x *Wallet_PaymentSystem_BotKey) Reset()

func (*Wallet_PaymentSystem_BotKey) String

func (x *Wallet_PaymentSystem_BotKey) String() string

type Wallet_PaymentSystem_BotKey_ID

type Wallet_PaymentSystem_BotKey_ID struct {
	PaymentSystem *payment_system.PaymentSystem_ID `protobuf:"bytes,1,opt,name=payment_system,json=paymentSystem,proto3" json:"payment_system,omitempty"`
	BotKeyId      uint32                           `protobuf:"varint,2,opt,name=bot_key_id,json=botKeyId,proto3" json:"bot_key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Wallet_PaymentSystem_BotKey_ID) Descriptor deprecated

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

Deprecated: Use Wallet_PaymentSystem_BotKey_ID.ProtoReflect.Descriptor instead.

func (*Wallet_PaymentSystem_BotKey_ID) GetBotKeyId

func (x *Wallet_PaymentSystem_BotKey_ID) GetBotKeyId() uint32

func (*Wallet_PaymentSystem_BotKey_ID) GetPaymentSystem

func (*Wallet_PaymentSystem_BotKey_ID) ProtoMessage

func (*Wallet_PaymentSystem_BotKey_ID) ProtoMessage()

func (*Wallet_PaymentSystem_BotKey_ID) ProtoReflect

func (*Wallet_PaymentSystem_BotKey_ID) Reset

func (x *Wallet_PaymentSystem_BotKey_ID) Reset()

func (*Wallet_PaymentSystem_BotKey_ID) String

Jump to

Keyboard shortcuts

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