path to the identiy.pem file
Returns the identity of the pem file
Returns an identity in JavaScript that matches a dfx identity. This identity is produced from a quill generated seed phrase
path to the identity seedphrase
Returns the identity of the seed phrase
Loads wasm as a Blob from a .wasm file path so that it can be passed to an install_code method
path to the wasm file
the Uint8Array "Blob-ified" wasm, ready to go for canister upgrades!
Generated using TypeDoc
Imports a dfx generated pem file as an identity
code credit to @ZenVoich's solution here -> https://forum.dfinity.org/t/using-dfinity-agent-in-node-js/6169/55