ImportWalletBody: {
    curve: KeyCurve;
    encryptedKeyShares: EncryptedKeyShare[];
    externalId?: string;
    minSigners: IntegerPositiveStrict;
    name?: string;
    network: BlockchainNetwork;
    protocol: KeyProtocol;
    tags?: Tag[];
}

Type declaration

Generated using TypeDoc