Miscellaneous

Version 0.4.7

All methods follow window.fewcha.aptos.<method> or window.fewcha.sui.<method>

async getEventsByEventKey(eventKey: string): Promise<Response<Gen.Event[]>>;
async getEventsByEventHandle(address: MaybeHexString, eventHandleStruct: Gen.MoveStructTag, fieldName: string, query?: { start?: BigInt | number; limit?: number }): Promise<Response<Gen.Event[]>>;

async getLedgerInfo(): Promise<Response<Gen.IndexResponse>>;
async getChainId(): Promise<Response<number>>;
async getTableItem(handle: string, data: Gen.TableItemRequest, query?: { ledgerVersion?: BigInt | number }): Promise<Response<any>>;

Last updated