Fee

Fee incl. gas
Protobuf type TW.Cosmos.Proto.Fee

Types

Link copied to clipboard
class Builder
Fee incl. gas
Protobuf type TW.Cosmos.Proto.Fee

Functions

Link copied to clipboard
open fun getAmounts(index: Int): Amount
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
open fun getAmountsCount(): Int
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
open fun getAmountsList(): List<Amount>
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
open fun getAmountsOrBuilder(index: Int): AmountOrBuilder
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
open fun getAmountsOrBuilderList(): List<out AmountOrBuilder>
Fee amount(s)
repeated .TW.Cosmos.Proto.Amount amounts = 1;
Link copied to clipboard
open fun getDefaultInstance(): Fee
Link copied to clipboard
open fun getGas(): Long
Gas price
uint64 gas = 2;
Link copied to clipboard
open fun newBuilder(prototype: Fee): Cosmos.Fee.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Fee
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Fee
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Fee
open fun parseFrom(data: ByteString): Fee
open fun parseFrom(input: CodedInputStream): Fee
open fun parseFrom(input: InputStream): Fee
open fun parseFrom(data: ByteBuffer): Fee
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Fee
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Fee
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Fee
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Fee
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Fee
Link copied to clipboard
open fun parser(): Parser<Fee>

Properties

Link copied to clipboard
Link copied to clipboard