createRollupEnoughCustomFeeTokenAllowance
Type Aliases
CreateRollupEnoughCustomFeeTokenAllowanceParams<TChain>
type CreateRollupEnoughCustomFeeTokenAllowanceParams<TChain>: Prettify<WithRollupCreatorAddressOverride<object>>;
Type parameters
Type parameter |
---|
TChain extends Chain | undefined |
Source
src/createRollupEnoughCustomFeeTokenAllowance.ts:10
Functions
createRollupEnoughCustomFeeTokenAllowance()
function createRollupEnoughCustomFeeTokenAllowance<TChain>(__namedParameters: object): Promise<boolean>
Type parameters
Type parameter |
---|
TChain extends undefined | Chain <undefined | ChainFormatters > |
Parameters
Parameter | Type | Description |
---|---|---|
__namedParameters | object | - |
__namedParameters.account | `0x${string}` | - |
__namedParameters.nativeToken | `0x${string}` | - |
__namedParameters.publicClient | object | - |
__namedParameters.rollupCreatorAddressOverride ? | `0x${string}` | Specifies a custom address for the RollupCreator. By default, the address will be automatically detected based on the provided chain. |
Returns
Promise
<boolean
>