@sudobility/contracts 1.11.2 → 1.13.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.
Files changed (128) hide show
  1. package/dist/evm/src/evm/{mailer-client.d.ts → evm-mailer-client.d.ts} +199 -47
  2. package/dist/evm/src/evm/evm-mailer-client.d.ts.map +1 -0
  3. package/dist/evm/src/evm/evm-mailer-client.js +924 -0
  4. package/dist/evm/src/evm/evm-mailer-client.js.map +1 -0
  5. package/dist/evm/src/evm/index.d.ts +1 -1
  6. package/dist/evm/src/evm/index.d.ts.map +1 -1
  7. package/dist/evm/src/evm/index.js +4 -4
  8. package/dist/evm/src/evm/index.js.map +1 -1
  9. package/dist/solana/solana/index.d.ts +1 -1
  10. package/dist/solana/solana/index.d.ts.map +1 -1
  11. package/dist/solana/solana/index.js +4 -1
  12. package/dist/solana/solana/index.js.map +1 -1
  13. package/dist/solana/solana/solana-mailer-client.d.ts +209 -0
  14. package/dist/solana/solana/solana-mailer-client.d.ts.map +1 -0
  15. package/dist/solana/solana/solana-mailer-client.js +1004 -0
  16. package/dist/solana/solana/solana-mailer-client.js.map +1 -0
  17. package/dist/solana/solana/types.d.ts +3 -2
  18. package/dist/solana/solana/types.d.ts.map +1 -1
  19. package/dist/solana/solana/types.js.map +1 -1
  20. package/dist/{unified-esm/src/evm/mailer-client.d.ts → unified/src/evm/evm-mailer-client.d.ts} +199 -47
  21. package/dist/unified/src/evm/evm-mailer-client.d.ts.map +1 -0
  22. package/dist/unified/src/evm/evm-mailer-client.js +924 -0
  23. package/dist/unified/src/evm/evm-mailer-client.js.map +1 -0
  24. package/dist/unified/src/evm/index.d.ts +1 -1
  25. package/dist/unified/src/evm/index.d.ts.map +1 -1
  26. package/dist/unified/src/evm/index.js +4 -4
  27. package/dist/unified/src/evm/index.js.map +1 -1
  28. package/dist/unified/src/react/context/MailerProvider.d.ts +26 -20
  29. package/dist/unified/src/react/context/MailerProvider.d.ts.map +1 -1
  30. package/dist/unified/src/react/context/MailerProvider.js +26 -26
  31. package/dist/unified/src/react/context/MailerProvider.js.map +1 -1
  32. package/dist/unified/src/react/hooks/useMailerMutations.d.ts +225 -192
  33. package/dist/unified/src/react/hooks/useMailerMutations.d.ts.map +1 -1
  34. package/dist/unified/src/react/hooks/useMailerMutations.js +263 -266
  35. package/dist/unified/src/react/hooks/useMailerMutations.js.map +1 -1
  36. package/dist/unified/src/react/hooks/useMailerQueries.d.ts +117 -63
  37. package/dist/unified/src/react/hooks/useMailerQueries.d.ts.map +1 -1
  38. package/dist/unified/src/react/hooks/useMailerQueries.js +239 -104
  39. package/dist/unified/src/react/hooks/useMailerQueries.js.map +1 -1
  40. package/dist/unified/src/react/index.d.ts +5 -3
  41. package/dist/unified/src/react/index.d.ts.map +1 -1
  42. package/dist/unified/src/react/index.js +41 -26
  43. package/dist/unified/src/react/index.js.map +1 -1
  44. package/dist/unified/src/solana/index.d.ts +1 -1
  45. package/dist/unified/src/solana/index.d.ts.map +1 -1
  46. package/dist/unified/src/solana/index.js +4 -1
  47. package/dist/unified/src/solana/index.js.map +1 -1
  48. package/dist/unified/src/solana/solana-mailer-client.d.ts +209 -0
  49. package/dist/unified/src/solana/solana-mailer-client.d.ts.map +1 -0
  50. package/dist/unified/src/solana/solana-mailer-client.js +1004 -0
  51. package/dist/unified/src/solana/solana-mailer-client.js.map +1 -0
  52. package/dist/unified/src/solana/types.d.ts +3 -2
  53. package/dist/unified/src/solana/types.d.ts.map +1 -1
  54. package/dist/unified/src/solana/types.js.map +1 -1
  55. package/dist/unified/src/unified/index.d.ts +1 -1
  56. package/dist/unified/src/unified/index.d.ts.map +1 -1
  57. package/dist/unified/src/unified/onchain-mailer-client.d.ts +187 -268
  58. package/dist/unified/src/unified/onchain-mailer-client.d.ts.map +1 -1
  59. package/dist/unified/src/unified/onchain-mailer-client.js +539 -1614
  60. package/dist/unified/src/unified/onchain-mailer-client.js.map +1 -1
  61. package/dist/unified/src/unified/types.d.ts +23 -6
  62. package/dist/unified/src/unified/types.d.ts.map +1 -1
  63. package/dist/{unified/src/evm/mailer-client.d.ts → unified-esm/src/evm/evm-mailer-client.d.ts} +199 -47
  64. package/dist/unified-esm/src/evm/evm-mailer-client.d.ts.map +1 -0
  65. package/dist/unified-esm/src/evm/evm-mailer-client.js +920 -0
  66. package/dist/unified-esm/src/evm/evm-mailer-client.js.map +1 -0
  67. package/dist/unified-esm/src/evm/index.d.ts +1 -1
  68. package/dist/unified-esm/src/evm/index.d.ts.map +1 -1
  69. package/dist/unified-esm/src/evm/index.js +2 -2
  70. package/dist/unified-esm/src/evm/index.js.map +1 -1
  71. package/dist/unified-esm/src/react/context/MailerProvider.d.ts +26 -20
  72. package/dist/unified-esm/src/react/context/MailerProvider.d.ts.map +1 -1
  73. package/dist/unified-esm/src/react/context/MailerProvider.js +25 -26
  74. package/dist/unified-esm/src/react/context/MailerProvider.js.map +1 -1
  75. package/dist/unified-esm/src/react/hooks/useMailerMutations.d.ts +225 -192
  76. package/dist/unified-esm/src/react/hooks/useMailerMutations.d.ts.map +1 -1
  77. package/dist/unified-esm/src/react/hooks/useMailerMutations.js +254 -262
  78. package/dist/unified-esm/src/react/hooks/useMailerMutations.js.map +1 -1
  79. package/dist/unified-esm/src/react/hooks/useMailerQueries.d.ts +117 -63
  80. package/dist/unified-esm/src/react/hooks/useMailerQueries.d.ts.map +1 -1
  81. package/dist/unified-esm/src/react/hooks/useMailerQueries.js +232 -102
  82. package/dist/unified-esm/src/react/hooks/useMailerQueries.js.map +1 -1
  83. package/dist/unified-esm/src/react/index.d.ts +5 -3
  84. package/dist/unified-esm/src/react/index.d.ts.map +1 -1
  85. package/dist/unified-esm/src/react/index.js +9 -5
  86. package/dist/unified-esm/src/react/index.js.map +1 -1
  87. package/dist/unified-esm/src/solana/index.d.ts +1 -1
  88. package/dist/unified-esm/src/solana/index.d.ts.map +1 -1
  89. package/dist/unified-esm/src/solana/index.js +2 -1
  90. package/dist/unified-esm/src/solana/index.js.map +1 -1
  91. package/dist/unified-esm/src/solana/solana-mailer-client.d.ts +209 -0
  92. package/dist/unified-esm/src/solana/solana-mailer-client.d.ts.map +1 -0
  93. package/dist/unified-esm/src/solana/solana-mailer-client.js +1000 -0
  94. package/dist/unified-esm/src/solana/solana-mailer-client.js.map +1 -0
  95. package/dist/unified-esm/src/solana/types.d.ts +3 -2
  96. package/dist/unified-esm/src/solana/types.d.ts.map +1 -1
  97. package/dist/unified-esm/src/solana/types.js.map +1 -1
  98. package/dist/unified-esm/src/unified/index.d.ts +1 -1
  99. package/dist/unified-esm/src/unified/index.d.ts.map +1 -1
  100. package/dist/unified-esm/src/unified/onchain-mailer-client.d.ts +187 -268
  101. package/dist/unified-esm/src/unified/onchain-mailer-client.d.ts.map +1 -1
  102. package/dist/unified-esm/src/unified/onchain-mailer-client.js +539 -1614
  103. package/dist/unified-esm/src/unified/onchain-mailer-client.js.map +1 -1
  104. package/dist/unified-esm/src/unified/types.d.ts +23 -6
  105. package/dist/unified-esm/src/unified/types.d.ts.map +1 -1
  106. package/package.json +5 -4
  107. package/programs/mailer/Cargo.toml +1 -1
  108. package/dist/evm/src/evm/mailer-client.d.ts.map +0 -1
  109. package/dist/evm/src/evm/mailer-client.js +0 -349
  110. package/dist/evm/src/evm/mailer-client.js.map +0 -1
  111. package/dist/solana/solana/mailer-client.d.ts +0 -220
  112. package/dist/solana/solana/mailer-client.d.ts.map +0 -1
  113. package/dist/solana/solana/mailer-client.js +0 -920
  114. package/dist/solana/solana/mailer-client.js.map +0 -1
  115. package/dist/unified/src/evm/mailer-client.d.ts.map +0 -1
  116. package/dist/unified/src/evm/mailer-client.js +0 -349
  117. package/dist/unified/src/evm/mailer-client.js.map +0 -1
  118. package/dist/unified/src/solana/mailer-client.d.ts +0 -220
  119. package/dist/unified/src/solana/mailer-client.d.ts.map +0 -1
  120. package/dist/unified/src/solana/mailer-client.js +0 -920
  121. package/dist/unified/src/solana/mailer-client.js.map +0 -1
  122. package/dist/unified-esm/src/evm/mailer-client.d.ts.map +0 -1
  123. package/dist/unified-esm/src/evm/mailer-client.js +0 -345
  124. package/dist/unified-esm/src/evm/mailer-client.js.map +0 -1
  125. package/dist/unified-esm/src/solana/mailer-client.d.ts +0 -220
  126. package/dist/unified-esm/src/solana/mailer-client.d.ts.map +0 -1
  127. package/dist/unified-esm/src/solana/mailer-client.js +0 -916
  128. package/dist/unified-esm/src/solana/mailer-client.js.map +0 -1
@@ -1,220 +0,0 @@
1
- import { Connection, PublicKey, Transaction, Keypair, ConfirmOptions } from '@solana/web3.js';
2
- import { Optional } from '@sudobility/types';
3
- import { ClaimableInfo, MailerFees } from './types.js';
4
- /**
5
- * Interface for wallet adapter pattern
6
- */
7
- export interface Wallet {
8
- publicKey: PublicKey;
9
- signTransaction<T extends Transaction>(transaction: T): Promise<T>;
10
- signAllTransactions<T extends Transaction>(transactions: T[]): Promise<T[]>;
11
- }
12
- /**
13
- * @class MailerClient
14
- * @description Native Solana program client for the Mailer program
15
- * @notice Provides easy-to-use methods for sending messages with USDC fees and revenue sharing
16
- *
17
- * ## Key Features:
18
- * - **Priority Messages**: Full fee (0.1 USDC) with 90% revenue share to recipient
19
- * - **Standard Messages**: 10% fee only (0.01 USDC) with no revenue share
20
- * - **Revenue Claims**: 60-day claim period for priority message revenue shares
21
- * - **Delegation Management**: Delegate message handling with rejection capability
22
- *
23
- * ## Usage Examples:
24
- * ```typescript
25
- * // Connect to existing deployed program
26
- * const connection = new Connection('https://api.devnet.solana.com');
27
- * const wallet = new WalletAdapter(keypair);
28
- * const programId = new PublicKey('9FLkBDGpZBcR8LMsQ7MwwV6X9P4TDFgN3DeRh5qYyHJF');
29
- * const usdcMint = new PublicKey('EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v');
30
- * const client = new MailerClient(connection, wallet, programId, usdcMint);
31
- *
32
- * // Send message with revenue sharing to recipient
33
- * await client.send('recipient-address', 'Subject', 'Message body', true);
34
- *
35
- * // Claim your revenue share within 60 days (as recipient)
36
- * await client.claimRecipientShare();
37
- *
38
- * // Check claimable amount
39
- * const info = await client.getRecipientClaimable();
40
- * if (info) console.log(`Claimable: ${formatUSDC(info.amount)} USDC`);
41
- * ```
42
- *
43
- * @author Mailer Team
44
- * @version 2.0.0 - Native Solana Program (no Anchor)
45
- */
46
- export declare class MailerClient {
47
- private connection;
48
- private wallet;
49
- private programId;
50
- private usdcMint;
51
- private mailerStatePda;
52
- private mailerBump;
53
- constructor(connection: Connection, wallet: Wallet, programId: PublicKey, usdcMint: PublicKey);
54
- /**
55
- * Initialize the mailer program (owner only)
56
- */
57
- initialize(): Promise<string>;
58
- /**
59
- * Send a message with optional revenue sharing
60
- * @param to Recipient's public key or address string who receives message and potential revenue share
61
- * @param subject Message subject
62
- * @param body Message body
63
- * @param revenueShareToReceiver If true, recipient gets 90% revenue share; if false, no revenue share
64
- * @param resolveSenderToName If true, resolve sender address to name via off-chain service
65
- * @returns Transaction signature
66
- */
67
- send(to: string | PublicKey, subject: string, body: string, revenueShareToReceiver?: boolean, resolveSenderToName?: boolean): Promise<string>;
68
- /**
69
- * Claim recipient share of revenue
70
- * @returns Transaction signature
71
- */
72
- claimRecipientShare(): Promise<string>;
73
- /**
74
- * Claim owner share of fees (owner only)
75
- * @returns Transaction signature
76
- */
77
- claimOwnerShare(): Promise<string>;
78
- /**
79
- * Claim expired recipient shares and move them under owner control
80
- * @param recipient Recipient whose expired shares to reclaim
81
- * @param options Transaction confirm options
82
- * @returns Transaction signature
83
- */
84
- claimExpiredShares(recipient: string | PublicKey, options?: ConfirmOptions): Promise<string>;
85
- /**
86
- * Delegate message handling to another address
87
- * @param delegate Address to delegate to, or null to clear delegation
88
- * @returns Transaction signature
89
- */
90
- delegateTo(delegate?: Optional<string | PublicKey>): Promise<string>;
91
- /**
92
- * Reject a delegation made to you
93
- * @param delegator Address that delegated to you
94
- * @returns Transaction signature
95
- */
96
- rejectDelegation(delegator: string | PublicKey): Promise<string>;
97
- /**
98
- * Set the send fee (owner only)
99
- * @param newFee New fee in USDC micro-units (6 decimals)
100
- * @returns Transaction signature
101
- */
102
- setFee(newFee: number | bigint): Promise<string>;
103
- /**
104
- * Set the delegation fee (owner only)
105
- * @param newFee New delegation fee in USDC micro-units (6 decimals)
106
- * @returns Transaction signature
107
- */
108
- setDelegationFee(newFee: number | bigint): Promise<string>;
109
- setCustomFeePercentage(account: string | PublicKey, percentage: number, payer?: Optional<string | PublicKey>): Promise<string>;
110
- clearCustomFeePercentage(account: string | PublicKey): Promise<string>;
111
- getCustomFeePercentage(account: string | PublicKey): Promise<number>;
112
- /**
113
- * Get current fees from the mailer state
114
- * @returns MailerFees object with current fees
115
- */
116
- getFees(): Promise<MailerFees>;
117
- /**
118
- * Get recipient claimable information
119
- * @param recipient Optional recipient address, defaults to wallet address
120
- * @returns ClaimableInfo or null if no claimable amount
121
- */
122
- getRecipientClaimable(recipient?: Optional<PublicKey>): Promise<Optional<ClaimableInfo>>;
123
- /**
124
- * Get owner claimable amount
125
- * @returns Owner claimable amount in USDC micro-units
126
- */
127
- getOwnerClaimable(): Promise<number>;
128
- /**
129
- * Get delegation information for an address
130
- * @param delegator Address to check delegation for, defaults to wallet address
131
- * @returns Delegation info or null if no delegation
132
- */
133
- getDelegation(delegator?: Optional<PublicKey>): Promise<Optional<{
134
- delegator: string;
135
- delegate?: Optional<string>;
136
- }>>;
137
- /**
138
- * Get the mailer state PDA address
139
- * @returns PublicKey of the mailer state PDA
140
- */
141
- getMailerStatePda(): PublicKey;
142
- /**
143
- * Send a message to an email address (no wallet known)
144
- * Charges only 10% owner fee since recipient wallet is unknown
145
- * @param toEmail Email address of the recipient
146
- * @param subject Message subject
147
- * @param body Message body
148
- * @param options Transaction confirm options
149
- * @returns Transaction signature
150
- */
151
- sendToEmail(toEmail: string, subject: string, body: string, options?: ConfirmOptions): Promise<string>;
152
- /**
153
- * Send a prepared message to an email address (no wallet known)
154
- * Charges only 10% owner fee since recipient wallet is unknown
155
- * @param toEmail Email address of the recipient
156
- * @param mailId Pre-prepared message ID
157
- * @param options Transaction confirm options
158
- * @returns Transaction signature
159
- */
160
- sendPreparedToEmail(toEmail: string, mailId: string, options?: ConfirmOptions): Promise<string>;
161
- /**
162
- * Send a prepared message using a mailId (to match EVM behavior)
163
- * @param to Recipient's public key or address string
164
- * @param mailId Pre-prepared message identifier
165
- * @param revenueShareToReceiver If true, recipient gets 90% revenue share
166
- * @param resolveSenderToName If true, resolve sender address to name
167
- * @returns Transaction signature
168
- */
169
- sendPrepared(to: string | PublicKey, mailId: string, revenueShareToReceiver?: boolean, resolveSenderToName?: boolean): Promise<string>;
170
- sendThroughWebhook(to: string | PublicKey, webhookId: string, revenueShareToReceiver?: boolean, resolveSenderToName?: boolean): Promise<string>;
171
- /**
172
- * Pause the contract and distribute owner claimable funds (owner only)
173
- * @param options Transaction confirm options
174
- * @returns Transaction signature
175
- */
176
- pause(options?: ConfirmOptions): Promise<string>;
177
- /**
178
- * Unpause the contract (owner only)
179
- * @param options Transaction confirm options
180
- * @returns Transaction signature
181
- */
182
- unpause(options?: ConfirmOptions): Promise<string>;
183
- /**
184
- * Emergency unpause without fund distribution (owner only)
185
- * @param options Transaction confirm options
186
- * @returns Transaction signature
187
- */
188
- emergencyUnpause(options?: ConfirmOptions): Promise<string>;
189
- /**
190
- * Distribute claimable funds to a recipient when contract is paused
191
- * @param recipient Recipient address to distribute funds for
192
- * @param options Transaction confirm options
193
- * @returns Transaction signature
194
- */
195
- distributeClaimableFunds(recipient: string | PublicKey, options?: ConfirmOptions): Promise<string>;
196
- /**
197
- * Get the current send fee
198
- * @returns Send fee in USDC micro-units (6 decimals)
199
- */
200
- getSendFee(): Promise<bigint>;
201
- /**
202
- * Check if contract is currently paused
203
- * @returns True if contract is paused, false otherwise
204
- */
205
- isPaused(): Promise<boolean>;
206
- /**
207
- * Send and confirm a transaction
208
- * @param transaction Transaction to send
209
- * @param options Confirm options
210
- * @returns Transaction signature
211
- */
212
- private sendTransaction;
213
- /**
214
- * Create a simple wallet from a keypair for testing
215
- * @param keypair Solana keypair
216
- * @returns Wallet interface implementation
217
- */
218
- static createWallet(keypair: Keypair): Wallet;
219
- }
220
- //# sourceMappingURL=mailer-client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mailer-client.d.ts","sourceRoot":"","sources":["../../../../src/solana/mailer-client.ts"],"names":[],"mappings":"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"}