on_flow
  • 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

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

Hex Package Hex Preview (current file) Download ePub version

Built using ExDoc (v0.29.1) for the Elixir programming language