mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
updated docs
This commit is contained in:
parent
ce1302dd90
commit
9067582bdd
@ -27,8 +27,8 @@ class Client:
|
|||||||
3. Reading them from the `config.json` file.
|
3. Reading them from the `config.json` file.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
public_key (str): the base58 encoded public key for the ECDSA secp256k1 curve.
|
public_key (str): the base58 encoded public key for the ED25519 curve.
|
||||||
private_key (str): the base58 encoded private key for the ECDSA secp256k1 curve.
|
private_key (str): the base58 encoded private key for the ED25519 curve.
|
||||||
api_endpoint (str): a URL where rethinkdb is running.
|
api_endpoint (str): a URL where rethinkdb is running.
|
||||||
format: scheme://hostname:port
|
format: scheme://hostname:port
|
||||||
consensus_plugin (str): the registered name of your installed
|
consensus_plugin (str): the registered name of your installed
|
||||||
|
@ -41,8 +41,8 @@ class Bigchain(object):
|
|||||||
host (str): hostname where the rethinkdb is running.
|
host (str): hostname where the rethinkdb is running.
|
||||||
port (int): port in which rethinkb is running (usually 28015).
|
port (int): port in which rethinkb is running (usually 28015).
|
||||||
dbname (str): the name of the database to connect to (usually bigchain).
|
dbname (str): the name of the database to connect to (usually bigchain).
|
||||||
public_key (str): the base58 encoded public key for the ECDSA secp256k1 curve.
|
public_key (str): the base58 encoded public key for the ED25519 curve.
|
||||||
private_key (str): the base58 encoded private key for the ECDSA secp256k1 curve.
|
private_key (str): the base58 encoded private key for the ED25519 curve.
|
||||||
keyring (list[str]): list of base58 encoded public keys of the federation nodes.
|
keyring (list[str]): list of base58 encoded public keys of the federation nodes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user