We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3ddc8 commit bb31ae3Copy full SHA for bb31ae3
1 file changed
types/index.d.ts
@@ -12,7 +12,7 @@ export class Account {
12
incrementSequenceNumber(): void;
13
}
14
15
-export class Address {
+export class Address {@
16
constructor(address: string);
17
static fromString(address: string): Address;
18
static account(buffer: Buffer): Address;
@@ -1136,6 +1136,8 @@ export function extractBaseAddress(address: string): string;
1136
1137
export type IntLike = string | number | bigint;
1138
export type IntType =
1139
+ | 'i32'
1140
+ | 'u32'
1141
| 'i64'
1142
| 'u64'
1143
| 'i128'
0 commit comments