Type alias FireblocksNCWSigner

FireblocksNCWSigner: {
    passphrase?: string;
    type: "FIREBLOCKS_NCW";
}

Type declaration

  • Optional passphrase?: string

    Used to locally encrypt and decrypt a backup recovery shard. Never send this key to your server, and require the key to be long enough.

    Pass this passphrase when (1) creating a new wallet, and (2) when retrieving an existing wallet on a new device.

  • type: "FIREBLOCKS_NCW"

Generated using TypeDoc