Update documentation for functions that can be called offline (#1159)

You can also generate an X-Address without a connection to the ledger.
This commit is contained in:
Hans Bergren
2020-01-09 10:33:12 -05:00
committed by GitHub
parent eea20a6eab
commit e10df203b7
2 changed files with 2 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ Methods that depend on the state of the XRP Ledger are unavailable in offline mo
* [prepareEscrowExecution](#prepareescrowexecution)
* [sign](#sign)
* [generateAddress](#generateaddress)
* [generateXAddress](#generatexaddress)
* [computeLedgerHash](#computeledgerhash)
# Basic Types

View File

@@ -23,4 +23,5 @@ Methods that depend on the state of the XRP Ledger are unavailable in offline mo
* [prepareEscrowExecution](#prepareescrowexecution)
* [sign](#sign)
* [generateAddress](#generateaddress)
* [generateXAddress](#generatexaddress)
* [computeLedgerHash](#computeledgerhash)