Members
(constant) AuthImmutableFlag
When set using Operation.setOptions option, then none of the authorization flags
can be set and the account can never be deleted.
(constant) AuthRequiredFlag
When set using Operation.setOptions option, requires the issuing account to
give other accounts permission before they can hold the issuing account’s credit.
(constant) AuthRevocableFlag
When set using Operation.setOptions option, allows the issuing account to
revoke its credit held by other accounts.
(constant) FastSigning
Use this flag to check if fast signing (provided by ed25519 package) is available.
If your app is signing a large number of transaction or verifying a large number
of signatures make sure ed25519 package is installed.
(constant) Networks :Object
Contains passphrases for common networks:
Networks.PUBLIC:Live DigitalBits Network ; March 2018Networks.TESTNET:Test DigitalBits Network ; December 2017
Type:
-
Object