Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,13 @@ As previously mentioned, regardless of which method you use to build the transfe
weight: 1000000000,
ws: 'wss://rpc.polkadot.io'
},
destinationFeeBalance: e {
key: 'dot',
originSymbol: 'DOT',
amount: 0n,
decimals: 10,
symbol: 'DOT'
},
existentialDeposit: e {
key: 'dot',
originSymbol: 'DOT',
Expand Down Expand Up @@ -438,6 +445,13 @@ The `swap` function returns the transfer data with the original source chain and
weight: 1000000000,
ws: 'wss://rpc.polkadot.io'
},
destinationFeeBalance: e {
key: 'dot',
originSymbol: 'DOT',
amount: 0n,
decimals: 10,
symbol: 'DOT'
},
existentialDeposit: e {
key: 'dot',
originSymbol: 'DOT',
Expand Down