mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
Return dispatch_fee_payment from message details RPC (#1014)
This commit is contained in:
committed by
Bastian Köcher
parent
ee43a560f8
commit
6ff79e9959
@@ -76,7 +76,7 @@ pub struct MessageProofParams {
|
||||
pub outbound_lane_data: Option<OutboundLaneData>,
|
||||
/// Proof size requirements.
|
||||
pub size: ProofSize,
|
||||
/// If true, dispatch fee is paid at the target chain (if supported by configuration).
|
||||
/// Where the fee for dispatching message is paid?
|
||||
pub dispatch_fee_payment: DispatchFeePayment,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user