Utility

deterministic_key

Derive deterministic keypair from seed based on index raiblocks.rpc.RPCClient.deterministic_key(seed, index)

key_create

Generates an adhoc random keypair raiblocks.rpc.RPCClient.key_create()

key_expand

Derive public key and account number from private key raiblocks.rpc.RPCClient.key_expand(key)

krai_from_raw

Divide a raw amount down by the krai ratio. raiblocks.rpc.RPCClient.krai_from_raw(amount)

krai_to_raw

Multiply an krai amount by the krai ratio. raiblocks.rpc.RPCClient.krai_to_raw(amount)

mrai_from_raw

Divide a raw amount down by the Mrai ratio. raiblocks.rpc.RPCClient.mrai_from_raw(amount)

mrai_to_raw

Multiply an Mrai amount by the Mrai ratio. raiblocks.rpc.RPCClient.mrai_to_raw(amount)

rai_from_raw

Divide a raw amount down by the rai ratio. raiblocks.rpc.RPCClient.rai_from_raw(amount)

rai_to_raw

Multiply an rai amount by the rai ratio. raiblocks.rpc.RPCClient.rai_to_raw(amount)