tronv1

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eproxy_tron_v1_tron_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetResourcesRequest deprecated

type GetResourcesRequest struct {

	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesRequest) Descriptor deprecated

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

Deprecated: Use GetResourcesRequest.ProtoReflect.Descriptor instead.

func (*GetResourcesRequest) GetAddress deprecated

func (x *GetResourcesRequest) GetAddress() string

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesRequest) ProtoMessage

func (*GetResourcesRequest) ProtoMessage()

func (*GetResourcesRequest) ProtoReflect

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

func (*GetResourcesRequest) Reset

func (x *GetResourcesRequest) Reset()

func (*GetResourcesRequest) String

func (x *GetResourcesRequest) String() string

type GetResourcesResponse deprecated

type GetResourcesResponse struct {

	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	FreeNetUsed int64 `protobuf:"varint,1,opt,name=free_net_used,json=freeNetUsed,proto3" json:"free_net_used,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	FreeNetLimit int64 `protobuf:"varint,2,opt,name=free_net_limit,json=freeNetLimit,proto3" json:"free_net_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	NetUsed int64 `protobuf:"varint,3,opt,name=net_used,json=netUsed,proto3" json:"net_used,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	NetLimit int64 `protobuf:"varint,4,opt,name=net_limit,json=netLimit,proto3" json:"net_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	AssetNetUsed map[string]int64 `` /* 174-byte string literal not displayed */
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	AssetNetLimit map[string]int64 `` /* 177-byte string literal not displayed */
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TotalNetLimit int64 `protobuf:"varint,7,opt,name=total_net_limit,json=totalNetLimit,proto3" json:"total_net_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TotalNetWeight int64 `protobuf:"varint,8,opt,name=total_net_weight,json=totalNetWeight,proto3" json:"total_net_weight,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TotalTronPowerWeight int64 `` /* 126-byte string literal not displayed */
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TronPowerUsed int64 `protobuf:"varint,10,opt,name=tron_power_used,json=tronPowerUsed,proto3" json:"tron_power_used,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TronPowerLimit int64 `protobuf:"varint,11,opt,name=tron_power_limit,json=tronPowerLimit,proto3" json:"tron_power_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	EnergyUsed int64 `protobuf:"varint,13,opt,name=energy_used,json=energyUsed,proto3" json:"energy_used,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	EnergyLimit int64 `protobuf:"varint,14,opt,name=energy_limit,json=energyLimit,proto3" json:"energy_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TotalEnergyLimit int64 `protobuf:"varint,15,opt,name=total_energy_limit,json=totalEnergyLimit,proto3" json:"total_energy_limit,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	TotalEnergyWeight int64 `protobuf:"varint,16,opt,name=total_energy_weight,json=totalEnergyWeight,proto3" json:"total_energy_weight,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	StorageUsed int64 `protobuf:"varint,21,opt,name=storage_used,json=storageUsed,proto3" json:"storage_used,omitempty"`
	// Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.
	StorageLimit int64 `protobuf:"varint,22,opt,name=storage_limit,json=storageLimit,proto3" json:"storage_limit,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) Descriptor deprecated

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

Deprecated: Use GetResourcesResponse.ProtoReflect.Descriptor instead.

func (*GetResourcesResponse) GetAssetNetLimit deprecated

func (x *GetResourcesResponse) GetAssetNetLimit() map[string]int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetAssetNetUsed deprecated

func (x *GetResourcesResponse) GetAssetNetUsed() map[string]int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetEnergyLimit deprecated

func (x *GetResourcesResponse) GetEnergyLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetEnergyUsed deprecated

func (x *GetResourcesResponse) GetEnergyUsed() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetFreeNetLimit deprecated

func (x *GetResourcesResponse) GetFreeNetLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetFreeNetUsed deprecated

func (x *GetResourcesResponse) GetFreeNetUsed() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetNetLimit deprecated

func (x *GetResourcesResponse) GetNetLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetNetUsed deprecated

func (x *GetResourcesResponse) GetNetUsed() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetStorageLimit deprecated

func (x *GetResourcesResponse) GetStorageLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetStorageUsed deprecated

func (x *GetResourcesResponse) GetStorageUsed() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTotalEnergyLimit deprecated

func (x *GetResourcesResponse) GetTotalEnergyLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTotalEnergyWeight deprecated

func (x *GetResourcesResponse) GetTotalEnergyWeight() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTotalNetLimit deprecated

func (x *GetResourcesResponse) GetTotalNetLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTotalNetWeight deprecated

func (x *GetResourcesResponse) GetTotalNetWeight() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTotalTronPowerWeight deprecated

func (x *GetResourcesResponse) GetTotalTronPowerWeight() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTronPowerLimit deprecated

func (x *GetResourcesResponse) GetTronPowerLimit() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) GetTronPowerUsed deprecated

func (x *GetResourcesResponse) GetTronPowerUsed() int64

Deprecated: The entire proto file eproxy/tron/v1/tron.proto is marked as deprecated.

func (*GetResourcesResponse) ProtoMessage

func (*GetResourcesResponse) ProtoMessage()

func (*GetResourcesResponse) ProtoReflect

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

func (*GetResourcesResponse) Reset

func (x *GetResourcesResponse) Reset()

func (*GetResourcesResponse) String

func (x *GetResourcesResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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