Type alias FeeTokenInfo

FeeTokenInfo: {
    address: Address;
    chainId: number;
}

Information about the fee token to be used for the transaction

Type declaration

  • address: Address

    Address of the fee token

  • chainId: number

    Chain ID where the fee token is deployed