Transaction Methods

Transactions are the only thing that can modify the shared state of the XAG Ledger. All business on the XAG Ledger takes the form of transactions. Use these methods to work with transactions.

  • sign

    Cryptographically sign a transaction.

  • sign_for

    Contribute to a multi-signature.

  • submit

    Send a transaction to the network.

  • submit_multisigned

    Send a multi-signed transaction to the network.

  • transaction_entry

    Retrieve info about a transaction from a particular ledger version.

  • tx

    Retrieve info about a transaction from all the ledgers on hand.

  • tx_history

    Retrieve info about all recent transactions.