setNAGKey()

Set the NAG key

Method signature

function setNAGKey(nagKey)

Parameters

NameTypeDescription

nagKey

string

nagKey

Example

var nagKey = "48656c6c6f2c20576f726c6421";

CircularProtocolAPI.setNAGKey(NAGKey);

Last updated