TypeAlias.FormatedBalanceProps
type FormatedBalanceProps = {
balance: Balance;
token: KeybanToken;
};
Props for the FormattedBalance component.
See
Properties
Property | Type | Description |
---|---|---|
balance | Balance | The balance to be formatted and displayed. |
token? | KeybanToken | Optional token information associated with the balance. |