Skip to content

SIGNATURE_CODE

const SIGNATURE_CODE: {
1: "SECP256K1";
2: "BLS";
};

Defined in: packages/iso-filecoin/src/signature.js:10

Type declaration

1

readonly 1: "SECP256K1" = 'SECP256K1';

2

readonly 2: "BLS" = 'BLS';