/
/Aeternity node
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1w ago
external34
internal32
  • post/key-blocks
  • get/debug/network
  • post/debug/contracts/create
  • post/debug/contracts/call
  • post/debug/oracles/register
  • post/debug/oracles/extend
  • post/debug/oracles/query
  • post/debug/oracles/respond
  • post/debug/names/preclaim
  • post/debug/names/claim
  • post/debug/names/update
  • post/debug/names/transfer
  • post/debug/names/revoke
  • post/debug/transactions/spend
  • post/debug/channels/create
  • post/debug/channels/deposit
  • post/debug/channels/withdraw
  • post/debug/channels/snapshot/solo
  • post/debug/channels/set-delegates
  • post/debug/channels/close/mutual
  • post/debug/channels/close/solo
  • post/debug/channels/slash
  • post/debug/channels/settle
  • get/debug/transactions/pending
  • get/debug/names/commitment-id
  • get/debug/accounts/beneficiary
  • get/debug/accounts/node
  • get/debug/peers
  • post/debug/transactions/dry-run
  • post/debug/transactions/paying-for
  • get/debug/check-tx/pool/{hash}
  • get/debug/token-supply/height/{height}
    internal
    channel
    debug

    Get a channel_slash transaction object

    post/debug/channels/slash

    Request body

    channel_idstring required

    Base58Check encoded tagged pubkey

    from_idstring required

    Base58Check encoded tagged pubkey

    payloadstring required

    Base64Check encoded tagged byte array

    ttlinteger
    feeinteger required
    nonceinteger
    poistring required

    Base64Check encoded tagged byte array

    Response

    Successful operation

    txstring required

    Base64Check encoded tagged byte array

    Changes