Search
on_flow
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Pages
Modules
OnFlow
Summary
Types
account/0
address/0
error/0
hex_string/0
transaction_result/0
Functions
create_account/3
deploy_contract/4
execute_script/2
get_account/1
get_latest_block_id/0
get_transaction_result/1
send_transaction/4
OnFlow.Channel
Summary
Functions
child_spec/1
connect/2
connect_async/2
get_channel/0
put_channel/1
OnFlow.Credentials
Summary
Types
keys_with_address/0
t/0
Functions
generate_keys/0
new/1
new!/1
OnFlow.Crypto
Summary
Functions
generate_keys/0
sign/3
OnFlow.JSONCDC
Summary
Types
encodable/0
Functions
decode/1
decode!/1
OnFlow.Transaction
Summary
Functions
build_signature/4
envelope_canonical_form/1
payload/1
payload_canonical_form/1
OnFlow.TransactionResponse
Summary
Types
t/0
OnFlow.Util
Summary
Functions
decode16/1
empty?/1
encode16/1
pad/3
trim_0x/1
Exceptions
OnFlow.MissingKeysError
Settings
View Source
OnFlow.Transaction
(on_flow v0.13.0)
Link to this section
Summary
Functions
build_signature(address, private_key, index \\ 0, msg)
envelope_canonical_form(transaction)
payload(transaction)
payload_canonical_form(transaction)
Link to this section
Functions
Link to this function
build_signature(address, private_key, index \\ 0, msg)
View Source
Link to this function
envelope_canonical_form(transaction)
View Source
Link to this function
payload(transaction)
View Source
Link to this function
payload_canonical_form(transaction)
View Source
×