Closed ChandlerFerry closed 1 year ago
Based on address.d.ts, Address.create is the following type:
address.d.ts
Address.create
static create(anyValidAddress: string, prefix?: string): Address;
Based on
address.d.ts
,Address.create
is the following type: