CustomGasWallet
@node-fi/sdk-core / Exports / CustomGasWallet
Interface: CustomGasWallet
Implemented by
Table of contents
Properties
Properties
getFeeCurrency
• getFeeCurrency: () => undefined
| string
Type declaration
▸ (): undefined
| string
Returns
undefined
| string
Defined in
packages/sdk-core/src/wallet/chainSpecificSigners/LocalCeloWallet.ts:9
setFeeCurrency
• setFeeCurrency: (token
: string
) => void
Type declaration
▸ (token
): void
Parameters
Name | Type |
---|---|
token | string |
Returns
void
Defined in
packages/sdk-core/src/wallet/chainSpecificSigners/LocalCeloWallet.ts:10