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 08e27f5 commit 9f00435Copy full SHA for 9f00435
src/services/ton.ts
@@ -106,14 +106,14 @@ export class TonService extends Service {
106
}
107
108
/**
109
- * Craft TON send from a vesting contract tx
+ * Craft TON stake from a vesting contract tx
110
* @param accountId id of the kiln account to use for the stake transaction
111
* @param walletAddress sender of the transaction
112
* @param vestingContractAddress vesting contract address
113
* @param destinationAddress the destination to which the TON will be sent to
114
* @param amountTon the amount of TON to send
115
*/
116
- async craftSendFromVestingContractTx(
+ async craftStakeFromVestingContractTx(
117
accountId: string,
118
walletAddress: string,
119
vestingContractAddress: string,
0 commit comments