PROTOCOL_INDICATOR
const PROTOCOL_INDICATOR: { ACTOR: 2; BLS: 3; DELEGATED: 4; ID: 0; SECP256K1: 1;};
Defined in: packages/iso-filecoin/src/address.js:33
Protocol indicator
Type declaration
ACTOR
readonly ACTOR: 2 = 2;
BLS
readonly BLS: 3 = 3;
DELEGATED
readonly DELEGATED: 4 = 4;
ID
readonly ID: 0 = 0;
SECP256K1
readonly SECP256K1: 1 = 1;