Learn R Programming

gethr (version 0.1.0)

ether.toKether: Conversion to Kether.

Description

ether.toKether returns the value of the cryptocurrency in Kether.

Usage

ether.toKether(amount, type)

Arguments

amount

Integer - Amount of the cryptocurrency to convert from.

type

String - Unit of the cryptocurrency to convert from: wei, kwei, mwei, gwei, szabo, finney, ether, kether, mether, gether or tether.

Value

Integer - Value in Kether.

See Also

Other ether functions: ether.toEther, ether.toFinney, ether.toGether, ether.toGwei, ether.toKwei, ether.toMether, ether.toMwei, ether.toSzabo, ether.toTether, ether.toWei, gethr

Examples

Run this code
# NOT RUN {
ether.toKether(50, 'ether')

# }

Run the code above in your browser using DataLab