Parameters for configuring a wallet

Export

CreateWalletRequestWallet

interface CreateWalletRequestWallet {
    network_id: string;
    use_server_signer?: boolean;
}

Properties

network_id: string

The ID of the blockchain network

Memberof

CreateWalletRequestWallet

use_server_signer?: boolean

Whether the wallet should use the project's server signer or if the addresses in the wallets will belong to a private key the developer manages. Defaults to false.

Memberof

CreateWalletRequestWallet