Builder

class Builder
A denomination and an amount
Protobuf type TW.Cosmos.Proto.Amount

Functions

Link copied to clipboard
amount, number as string
string amount = 2;
Link copied to clipboard
name of the denomination
string denom = 1;
Link copied to clipboard
open fun getAmount(): String
amount, number as string
string amount = 2;
Link copied to clipboard
open fun getAmountBytes(): ByteString
amount, number as string
string amount = 2;
Link copied to clipboard
open fun getDenom(): String
name of the denomination
string denom = 1;
Link copied to clipboard
open fun getDenomBytes(): ByteString
name of the denomination
string denom = 1;
Link copied to clipboard
amount, number as string
string amount = 2;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): Cosmos.Amount.Builder
amount, number as string
string amount = 2;
Link copied to clipboard
name of the denomination
string denom = 1;
Link copied to clipboard
open fun setDenomBytes(value: ByteString): Cosmos.Amount.Builder
name of the denomination
string denom = 1;