Skip to main content

TypeAlias.FormatedBalanceProps

type FormatedBalanceProps = {
balance: Balance;
token?: KeybanToken;
};

Props for the FormattedBalance component.

See

FormattedBalance

Properties

PropertyTypeDescription
balanceBalanceThe balance to be formatted and displayed.
token?KeybanTokenOptional token information associated with the balance.