OrbitChain
  • Overview
  • Introduction
    • Issues in the Blockchain World
    • Multi-Asset Blockchain
    • Value Position
  • Orbit Chain network
    • Overview
    • Orbit Chain's Design Goal
    • Block Consensus
    • Orbit Chain IBC
      • IBC Network Fee
    • Orbit Chain SDK
    • Token Economy
    • Governance
    • Use Cases
    • Roadmap
  • SMART CONTRACT INTEGRATION
    • Overview
    • Smart contract interface
  • IBC PROCOTOCL GUIDE
    • Ethereum IBC protocol
    • Bitcoin IBC protocol
    • Ripple IBC protocol
    • API references
      • Network information
      • Chain APIs
  • LINK & RESOURCES
    • Social Networks & Media Kit
    • Blog
    • Foundation
    • Team
Powered by GitBook
On this page
  • Deposit
  • Withdrawal

Was this helpful?

  1. IBC PROCOTOCL GUIDE

Ripple IBC protocol

Deposit

Send a XRP to our multi-sig wallet

Send Transaction Required

  • memo field

memos = [{
    data : <to_addr>,
    type : 'toAddr'
    },
    {
    data : <extra_addr>,
    type : 'extraToAddr'
    }]
  • Transaction Type

Payment

Withdrawal

Send a withdrawal transaction to Orbit BalanceContract

function withdrawBySignature(bytes32[] memory bytes32s, uint[] memory uints, address fromAddr, bytes memory destination, bytes memory comment, uint8 v) public
function withdraw(bytes32 tokenId, bytes memory destination, uint amount, bytes memory comment) public

Then, Xrp IBC operator and validator begin to proceed this withdrawal

PreviousBitcoin IBC protocolNextAPI references

Last updated 5 years ago

Was this helpful?