@fuel-ts/account 0.0.0-rc-1356-20240520130509 → 0.0.0-rc-1356-20240520133338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @fuel-ts/account might be problematic. Click here for more details.
@@ -1,4 +1,5 @@
|
|
1
1
|
import type { AbstractAddress } from '@fuel-ts/interfaces';
|
2
|
+
import { type BN } from '@fuel-ts/math';
|
2
3
|
import type { SnapshotConfigs } from '@fuel-ts/utils';
|
3
4
|
interface TestMessageSpecs {
|
4
5
|
sender: AbstractAddress;
|
@@ -9,12 +10,12 @@ interface TestMessageSpecs {
|
|
9
10
|
da_height: number;
|
10
11
|
}
|
11
12
|
export declare class TestMessage {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
13
|
+
readonly sender: AbstractAddress;
|
14
|
+
readonly recipient: AbstractAddress;
|
15
|
+
readonly nonce: string;
|
16
|
+
readonly amount: number | BN;
|
17
|
+
readonly data: string;
|
18
|
+
readonly da_height: number;
|
18
19
|
/**
|
19
20
|
* A helper class to create messages for testing purposes.
|
20
21
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"test-message.d.ts","sourceRoot":"","sources":["../../src/test-utils/test-message.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;
|
1
|
+
{"version":3,"file":"test-message.d.ts","sourceRoot":"","sources":["../../src/test-utils/test-message.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAM,KAAK,EAAE,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,UAAU,gBAAgB;IACxB,MAAM,EAAE,eAAe,CAAC;IACxB,SAAS,EAAE,eAAe,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,WAAW;IACtB,SAAgB,MAAM,EAAE,eAAe,CAAC;IACxC,SAAgB,SAAS,EAAE,eAAe,CAAC;IAC3C,SAAgB,KAAK,EAAE,MAAM,CAAC;IAC9B,SAAgB,MAAM,EAAE,MAAM,GAAG,EAAE,CAAC;IACpC,SAAgB,IAAI,EAAE,MAAM,CAAC;IAC7B,SAAgB,SAAS,EAAE,MAAM,CAAC;IAElC;;;;;OAKG;gBACS,EACV,MAA6B,EAC7B,SAAgC,EAChC,KAAgC,EAChC,MAAkB,EAClB,IAAW,EACX,SAAa,GACd,GAAE,OAAO,CAAC,gBAAgB,CAAM;IASjC,cAAc,CAAC,SAAS,CAAC,EAAE,eAAe,GAAG,eAAe,CAAC,aAAa,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;CAU3F"}
|