contracts
contracts: Map<string, Contract>
createRawTransaction
createRawTransaction: ((tx_data: any) => Promise<any>)
getContractInstance
getContractInstance: ((address: string, abi: string) => Promise<Contract>)
isEIP1559
isEIP1559: boolean
listenForAllEvents
listenForAllEvents: ((contract: string, abi: any[]) => Promise<any>)
listenForEvent
listenForEvent: ((event: string, contract: string, abi: any[]) => Promise<any>)
prepareBaseTxWithType
prepareBaseTxWithType: (() => Promise<any>)
readFromContract
readFromContract: ((contract: any, method: string, args: any) => Promise<any>)
waitForReceipt
waitForReceipt: ((tx_hash: string) => Promise<TransactionReceipt>)
writeToContract
writeToContract: ((contract: any, method: string, args: any) => Promise<any>)
Extension methods for the EVM Default Chain SDK