Type alias GetWalletProps

GetWalletProps: {
    customKeyParams?: KeyAgentFactoryProps;
    env: any;
    handlePolicyIds?: PolicyId[];
    idx?: number;
    keyAgent?: AsyncKeyAgent;
    logger: Logger;
    name: string;
    polling?: PollingConfig;
    stores?: WalletStores;
    witnesser?: Witnesser;
}

Type declaration

Generated using TypeDoc