UNPKG

@safe-global/protocol-kit

Version:

SDK that facilitates the interaction with Safe Smart Accounts

7 lines 198 B
import { BlockTag } from 'viem'; export declare function asBlockId(blockId: number | string | undefined): { blockNumber: any; } | { blockTag: BlockTag; }; //# sourceMappingURL=block.d.ts.map