UNPKG

@keccak256-evg/passport-sdk

Version:

T-REX Passport SDK for interacting with Passport and Registry contracts

8 lines 206 B
export type Address = `0x${string}`; export type Hash = `0x${string}`; export interface CallOptions { gasLimit?: bigint; gasPrice?: bigint; value?: bigint; } //# sourceMappingURL=common.d.ts.map