UNPKG

@keccak256-evg/passport-sdk

Version:

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

8 lines (7 loc) 170 B
export type Address = `0x${string}`; export type Hash = `0x${string}`; export interface CallOptions { gasLimit?: bigint; gasPrice?: bigint; value?: bigint; }