Account Configuration
Configure the customer's wallet
interface AccountConfig {
sk: Uint8Array;
pool: string;
birthindex?: number;
proverMode: ProverMode;
}AccountConfig.sk
AccountConfig.pool
AccountConfig.birthindex
AccountConfig.proverMode
Account Configuration Example
Last updated
Was this helpful?