wallet_helpers: Wallet helper functions

Description Usage Arguments Value Examples

Description

These helpers are simple getter functions for convenient access to specific wallet information.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Arguments

x

a wallet list object. See wallet.

Value

vectorized results pertaining to each element in x. For transactions, a combined data frame with a wallet address column.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
x <- wallet("1KennyH9grzif79WbaQDHpqgTnm25j4rRj")
hash(x)
address(x)
received(x)
sent(x)
balance(x)
txn(x)
transactions(x)

## End(Not run)

leonawicz/rockchain documentation built on May 29, 2019, 3:39 a.m.