WalletConfig
Defined in: packages/iso-filecoin-wallets/src/types.ts:26
Extended by
Properties
name?
optional name: string;
Defined in: packages/iso-filecoin-wallets/src/types.ts:41
Wallet name
network?
optional network: Network;
Defined in: packages/iso-filecoin-wallets/src/types.ts:31
Network
Default
mainnet
signatureType?
optional signatureType: "SECP256K1" | "BLS";
Defined in: packages/iso-filecoin-wallets/src/types.ts:36
Signature type
Default
SECP256K1