[][src]Crate casper_client

Modules

help

Functions for use in help commands.

keygen

Cryptographic key generation.

Structs

DeployStrParams

Container for Deploy construction options.

ListDeploysResult

Result for "chain_get_block" RPC response.

PaymentStrParams

Container for payment-related arguments used while constructing a Deploy.

SessionStrParams

Container for session-related arguments used while constructing a Deploy.

Enums

Error

Error that can be returned by casper-client.

Functions

get_auction_info

Retrieves the bids and validators as of the most recently added Block.

get_balance

Retrieves a purse's balance from the network.

get_block

Retrieves a Block from the network.

get_deploy

Retrieves a Deploy from the network.

get_item

Retrieves a stored value from the network.

get_state_root_hash

Retrieves a state root hash at a given Block.

make_deploy

Creates a Deploy and outputs it to a file or stdout.

put_deploy

Creates a Deploy and sends it to the network for execution.

send_deploy_file

Reads a previously-saved Deploy from a file and sends it to the network for execution.

sign_deploy_file

Reads a previously-saved Deploy from a file, cryptographically signs it, and outputs it to a file or stdout.

transfer

Transfers funds between purses.