rollupAdminLogicPublicActions
Type Aliases
RollupAdminLogicActions<TRollupAdminLogic, TChain>
type RollupAdminLogicActions<TRollupAdminLogic, TChain>: object;
Type parameters
Type parameter | Value |
---|---|
TRollupAdminLogic extends Address | undefined | - |
TChain extends Chain | undefined | Chain | undefined |
Type declaration
Member | Type |
---|---|
rollupAdminLogicPrepareTransactionRequest | <TFunctionName >(args : rollupAdminLogicPrepareTransactionRequestArgs <TRollupAdminLogic , TFunctionName >) => Promise <PrepareTransactionRequestReturnType <TChain > & object > |
rollupAdminLogicReadContract | <TFunctionName >(args : RollupAdminLogicReadContractArgs <TRollupAdminLogic , TFunctionName >) => Promise <RollupAdminLogicReadContractReturnType <TFunctionName >> |
Source
src/decorators/rollupAdminLogicPublicActions.ts:31
Functions
rollupAdminLogicPublicActions()
function rollupAdminLogicPublicActions<TParams, TTransport, TChain>(__namedParameters: TParams): (client: PublicClient<TTransport, TChain>) => RollupAdminLogicActions<TParams["rollup"], TChain>
Type parameters
Type parameter | Value |
---|---|
TParams extends object | - |
TTransport extends Transport <string , Record <string , any >, EIP1193RequestFn <undefined >> | Transport <string , Record <string , any >, EIP1193RequestFn <undefined >> |
TChain extends undefined | Chain <undefined | ChainFormatters > | Chain <undefined | ChainFormatters > |
Parameters
Parameter | Type |
---|---|
__namedParameters | TParams |
Returns
Function
Parameters
Parameter | Type |
---|---|
client | PublicClient <TTransport , TChain > |
Returns
RollupAdminLogicActions
<TParams
["rollup"
], TChain
>