@sudobility/contracts 1.11.2 → 1.12.0
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.
- package/dist/evm/src/evm/index.d.ts +1 -1
- package/dist/evm/src/evm/index.d.ts.map +1 -1
- package/dist/evm/src/evm/index.js +1 -1
- package/dist/evm/src/evm/index.js.map +1 -1
- package/dist/evm/src/evm/mailer-client.d.ts +79 -23
- package/dist/evm/src/evm/mailer-client.d.ts.map +1 -1
- package/dist/evm/src/evm/mailer-client.js +314 -44
- package/dist/evm/src/evm/mailer-client.js.map +1 -1
- package/dist/solana/solana/index.d.ts +1 -1
- package/dist/solana/solana/index.d.ts.map +1 -1
- package/dist/solana/solana/index.js +3 -1
- package/dist/solana/solana/index.js.map +1 -1
- package/dist/solana/solana/mailer-client.d.ts +85 -23
- package/dist/solana/solana/mailer-client.d.ts.map +1 -1
- package/dist/solana/solana/mailer-client.js +116 -47
- package/dist/solana/solana/mailer-client.js.map +1 -1
- package/dist/unified/src/evm/index.d.ts +1 -1
- package/dist/unified/src/evm/index.d.ts.map +1 -1
- package/dist/unified/src/evm/index.js +1 -1
- package/dist/unified/src/evm/index.js.map +1 -1
- package/dist/unified/src/evm/mailer-client.d.ts +79 -23
- package/dist/unified/src/evm/mailer-client.d.ts.map +1 -1
- package/dist/unified/src/evm/mailer-client.js +314 -44
- package/dist/unified/src/evm/mailer-client.js.map +1 -1
- package/dist/unified/src/solana/index.d.ts +1 -1
- package/dist/unified/src/solana/index.d.ts.map +1 -1
- package/dist/unified/src/solana/index.js +3 -1
- package/dist/unified/src/solana/index.js.map +1 -1
- package/dist/unified/src/solana/mailer-client.d.ts +85 -23
- package/dist/unified/src/solana/mailer-client.d.ts.map +1 -1
- package/dist/unified/src/solana/mailer-client.js +116 -47
- package/dist/unified/src/solana/mailer-client.js.map +1 -1
- package/dist/unified-esm/src/evm/index.d.ts +1 -1
- package/dist/unified-esm/src/evm/index.d.ts.map +1 -1
- package/dist/unified-esm/src/evm/index.js +1 -1
- package/dist/unified-esm/src/evm/index.js.map +1 -1
- package/dist/unified-esm/src/evm/mailer-client.d.ts +79 -23
- package/dist/unified-esm/src/evm/mailer-client.d.ts.map +1 -1
- package/dist/unified-esm/src/evm/mailer-client.js +315 -45
- package/dist/unified-esm/src/evm/mailer-client.js.map +1 -1
- package/dist/unified-esm/src/solana/index.d.ts +1 -1
- package/dist/unified-esm/src/solana/index.d.ts.map +1 -1
- package/dist/unified-esm/src/solana/index.js +1 -1
- package/dist/unified-esm/src/solana/index.js.map +1 -1
- package/dist/unified-esm/src/solana/mailer-client.d.ts +85 -23
- package/dist/unified-esm/src/solana/mailer-client.d.ts.map +1 -1
- package/dist/unified-esm/src/solana/mailer-client.js +117 -48
- package/dist/unified-esm/src/solana/mailer-client.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Mailer__factory } from "../../typechain-types/factories/Mailer__factory.js";
|
|
2
2
|
export type { Mailer } from "../../typechain-types/Mailer.js";
|
|
3
|
-
export { MailerClient } from "./mailer-client.js";
|
|
3
|
+
export { MailerClient, type GasOptions, type TransactionResult } from "./mailer-client.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/evm/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,YAAY,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AAG9D,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/evm/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,YAAY,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AAG9D,OAAO,EACL,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,iBAAiB,EACvB,MAAM,oBAAoB,CAAC"}
|
|
@@ -4,7 +4,7 @@ exports.MailerClient = exports.Mailer__factory = void 0;
|
|
|
4
4
|
// Export TypeChain types for production contracts
|
|
5
5
|
var Mailer__factory_js_1 = require("../../typechain-types/factories/Mailer__factory.js");
|
|
6
6
|
Object.defineProperty(exports, "Mailer__factory", { enumerable: true, get: function () { return Mailer__factory_js_1.Mailer__factory; } });
|
|
7
|
-
// Export client classes
|
|
7
|
+
// Export client classes and types
|
|
8
8
|
var mailer_client_js_1 = require("./mailer-client.js");
|
|
9
9
|
Object.defineProperty(exports, "MailerClient", { enumerable: true, get: function () { return mailer_client_js_1.MailerClient; } });
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/evm/index.ts"],"names":[],"mappings":";;;AAAA,kDAAkD;AAClD,yFAAqF;AAA5E,qHAAA,eAAe,OAAA;AAGxB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/evm/index.ts"],"names":[],"mappings":";;;AAAA,kDAAkD;AAClD,yFAAqF;AAA5E,qHAAA,eAAe,OAAA;AAGxB,kCAAkC;AAClC,uDAI4B;AAH1B,gHAAA,YAAY,OAAA"}
|
|
@@ -4,9 +4,53 @@ type RecipientClaim = {
|
|
|
4
4
|
expiresAt: bigint;
|
|
5
5
|
isExpired: boolean;
|
|
6
6
|
};
|
|
7
|
+
/**
|
|
8
|
+
* Gas estimation options for transactions
|
|
9
|
+
*/
|
|
10
|
+
export interface GasOptions {
|
|
11
|
+
/**
|
|
12
|
+
* Gas multiplier to apply to estimated gas (e.g., 1.2 for 20% buffer)
|
|
13
|
+
* @default 1.2
|
|
14
|
+
*/
|
|
15
|
+
gasMultiplier?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Maximum gas limit to use (prevents excessive gas usage)
|
|
18
|
+
*/
|
|
19
|
+
maxGasLimit?: bigint;
|
|
20
|
+
/**
|
|
21
|
+
* Skip gas estimation and use provided gas limit
|
|
22
|
+
*/
|
|
23
|
+
gasLimit?: bigint;
|
|
24
|
+
/**
|
|
25
|
+
* Max fee per gas for EIP-1559 transactions
|
|
26
|
+
*/
|
|
27
|
+
maxFeePerGas?: bigint;
|
|
28
|
+
/**
|
|
29
|
+
* Max priority fee per gas for EIP-1559 transactions
|
|
30
|
+
*/
|
|
31
|
+
maxPriorityFeePerGas?: bigint;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Transaction result with gas estimation details
|
|
35
|
+
*/
|
|
36
|
+
export interface TransactionResult {
|
|
37
|
+
/**
|
|
38
|
+
* Transaction hash
|
|
39
|
+
*/
|
|
40
|
+
hash: Hash;
|
|
41
|
+
/**
|
|
42
|
+
* Estimated gas used
|
|
43
|
+
*/
|
|
44
|
+
estimatedGas?: bigint;
|
|
45
|
+
/**
|
|
46
|
+
* Actual gas limit used
|
|
47
|
+
*/
|
|
48
|
+
gasLimit?: bigint;
|
|
49
|
+
}
|
|
7
50
|
/**
|
|
8
51
|
* High-level client for interacting with the EVM Mailer contract.
|
|
9
52
|
* Exposes every callable contract function with type-safe wrappers.
|
|
53
|
+
* Includes automatic gas estimation with configurable buffer for all transactions.
|
|
10
54
|
*/
|
|
11
55
|
export declare class MailerClient {
|
|
12
56
|
static readonly abi: readonly [{
|
|
@@ -865,46 +909,58 @@ export declare class MailerClient {
|
|
|
865
909
|
static readonly bytecode: `0x${string}`;
|
|
866
910
|
private readonly contractAddress;
|
|
867
911
|
private readonly publicClient;
|
|
912
|
+
private readonly defaultGasMultiplier;
|
|
868
913
|
constructor(contractAddress: string | Address, publicClient: PublicClient);
|
|
869
914
|
/**
|
|
870
|
-
*
|
|
915
|
+
* Helper method to estimate gas for a transaction with optional buffer
|
|
916
|
+
*/
|
|
917
|
+
private estimateGasWithBuffer;
|
|
918
|
+
/**
|
|
919
|
+
* Helper method to build transaction parameters with gas options
|
|
920
|
+
*/
|
|
921
|
+
private buildTxParams;
|
|
922
|
+
/**
|
|
923
|
+
* Deploy a fresh Mailer contract instance with gas estimation.
|
|
871
924
|
*/
|
|
872
|
-
static deploy(walletClient: WalletClient, publicClient: PublicClient, account: Account | Address, usdcTokenAddress: string | Address, ownerAddress: string | Address): Promise<
|
|
925
|
+
static deploy(walletClient: WalletClient, publicClient: PublicClient, account: Account | Address, usdcTokenAddress: string | Address, ownerAddress: string | Address, gasOptions?: GasOptions): Promise<{
|
|
926
|
+
client: MailerClient;
|
|
927
|
+
result: TransactionResult;
|
|
928
|
+
}>;
|
|
873
929
|
getAddress(): Address;
|
|
874
930
|
/**
|
|
875
|
-
* Core message send with explicit payer control.
|
|
931
|
+
* Core message send with explicit payer control and gas estimation.
|
|
876
932
|
*/
|
|
877
|
-
send(to: Address | string, subject: string, body: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address): Promise<
|
|
878
|
-
sendPrepared(to: Address | string, mailId: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address): Promise<
|
|
879
|
-
sendThroughWebhook(to: Address | string, webhookId: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address): Promise<
|
|
880
|
-
sendToEmailAddress(toEmail: string, subject: string, body: string, payer: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
881
|
-
sendPreparedToEmailAddress(toEmail: string, mailId: string, payer: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
933
|
+
send(to: Address | string, subject: string, body: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
934
|
+
sendPrepared(to: Address | string, mailId: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
935
|
+
sendThroughWebhook(to: Address | string, webhookId: string, payer: Address | string, revenueShareToReceiver: boolean, resolveSenderToName: boolean, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
936
|
+
sendToEmailAddress(toEmail: string, subject: string, body: string, payer: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
937
|
+
sendPreparedToEmailAddress(toEmail: string, mailId: string, payer: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
882
938
|
getFee(): Promise<bigint>;
|
|
883
939
|
getSendFee(): Promise<bigint>;
|
|
884
|
-
setFee(newFee: bigint, walletClient: WalletClient, account: Account | Address): Promise<
|
|
940
|
+
setFee(newFee: bigint, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
885
941
|
getUsdcToken(): Promise<Address>;
|
|
886
942
|
getOwner(): Promise<Address>;
|
|
887
|
-
claimRecipientShare(walletClient: WalletClient, account: Account | Address): Promise<
|
|
888
|
-
claimOwnerShare(walletClient: WalletClient, account: Account | Address): Promise<
|
|
889
|
-
claimExpiredShares(recipient: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
943
|
+
claimRecipientShare(walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
944
|
+
claimOwnerShare(walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
945
|
+
claimExpiredShares(recipient: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
890
946
|
getRecipientClaimable(recipient: Address | string): Promise<RecipientClaim>;
|
|
891
947
|
getOwnerClaimable(): Promise<bigint>;
|
|
892
|
-
delegateTo(delegate: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
893
|
-
rejectDelegation(delegatingAddress: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
948
|
+
delegateTo(delegate: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
949
|
+
rejectDelegation(delegatingAddress: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
894
950
|
getDelegationFee(): Promise<bigint>;
|
|
895
|
-
setDelegationFee(newFee: bigint, walletClient: WalletClient, account: Account | Address): Promise<
|
|
896
|
-
setCustomFeePercentage(target: Address | string, percentage: number, walletClient: WalletClient, account: Account | Address): Promise<
|
|
897
|
-
clearCustomFeePercentage(target: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
951
|
+
setDelegationFee(newFee: bigint, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
952
|
+
setCustomFeePercentage(target: Address | string, percentage: number, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
953
|
+
clearCustomFeePercentage(target: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
898
954
|
getCustomFeePercentage(target: Address | string): Promise<number>;
|
|
899
955
|
getCustomFeeDiscount(target: Address | string): Promise<number>;
|
|
900
|
-
setPermission(contractAddress: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
901
|
-
removePermission(contractAddress: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
956
|
+
setPermission(contractAddress: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
957
|
+
removePermission(contractAddress: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
902
958
|
hasPermission(contractAddress: Address | string, wallet: Address | string): Promise<boolean>;
|
|
903
|
-
pause(walletClient: WalletClient, account: Account | Address): Promise<
|
|
904
|
-
unpause(walletClient: WalletClient, account: Account | Address): Promise<
|
|
905
|
-
emergencyUnpause(walletClient: WalletClient, account: Account | Address): Promise<
|
|
959
|
+
pause(walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
960
|
+
unpause(walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
961
|
+
emergencyUnpause(walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
906
962
|
isPaused(): Promise<boolean>;
|
|
907
|
-
distributeClaimableFunds(recipient: Address | string, walletClient: WalletClient, account: Account | Address): Promise<
|
|
963
|
+
distributeClaimableFunds(recipient: Address | string, walletClient: WalletClient, account: Account | Address, gasOptions?: GasOptions): Promise<TransactionResult>;
|
|
908
964
|
}
|
|
909
965
|
export {};
|
|
910
966
|
//# sourceMappingURL=mailer-client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mailer-client.d.ts","sourceRoot":"","sources":["../../../../src/evm/mailer-client.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,IAAI,EACJ,YAAY,EACZ,YAAY,
|
|
1
|
+
{"version":3,"file":"mailer-client.d.ts","sourceRoot":"","sources":["../../../../src/evm/mailer-client.ts"],"names":[],"mappings":"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"}
|