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.
- Source:
- See:
-
- [Account flags](https://www.stellar.org/developers/guides/concepts/accounts.html#flags)
(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.
- Source:
- See:
-
- [Account flags](https://www.stellar.org/developers/guides/concepts/accounts.html#flags)
(constant) AuthRevocableFlag
When set using `Operation.setOptions` option, allows the issuing account to
revoke its credit held by other accounts.
- Source:
- See:
-
- [Account flags](https://www.stellar.org/developers/guides/concepts/accounts.html#flags)
(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.
- Source:
(constant) MemoHash
Type of Memo.
(constant) MemoID
Type of Memo.
(constant) MemoNone
Type of Memo.
(constant) MemoReturn
Type of Memo.
(constant) MemoText
Type of Memo.
(constant) Networks :Object
Contains passphrases for common networks:
* `Networks.PUBLIC`: `Public Global Stellar Network ; September 2015`
* `Networks.TESTNET`: `Test SDF Network ; September 2015`
Type:
- Object
- Source: