Skip to Content
API referencePulsar EvmSrcType AliasesGelatoToken

@tuwaio/pulsar-core-monorepo


GelatoToken

GelatoToken = object

Defined in: packages/pulsar-evm/src/utils/checkIsGelatoAvailable.ts:31 

Represents a token accepted for fee payment by the Gelato Relay on a given chain.

Properties

address

address: string

Defined in: packages/pulsar-evm/src/utils/checkIsGelatoAvailable.ts:32 

The ERC-20 token contract address.


decimals

decimals: number

Defined in: packages/pulsar-evm/src/utils/checkIsGelatoAvailable.ts:33 

The number of decimals for the token.

Last updated on