Direct Deposits
External transactions to the privacy pool
Sending Direct Deposit
async directDeposit(
type: DirectDepositType,
fromAddress: string,
amount: bigint,
sendTxCallback: (tx: PreparedTransaction) => Promise<string>,
blockNumber?: number,
): Promise<void>Parameters
Example
Getting Pending Direct Deposits
Returns
Example
Getting Direct Deposit Fee
Getting Direct Deposit Contract
Returns
Example
Last updated
Was this helpful?