chargeNativeAsAssetTxPayment property

  1. @TagNumber.new(13)
bool get chargeNativeAsAssetTxPayment

Whether to use ChargeAssetTxPayment extrinsic extension instead of ChargeTransactionPayment when paying transaction tip in native chain token.

Implementation

@$pb.TagNumber(13)
$core.bool get chargeNativeAsAssetTxPayment => $_getBF(12);
  1. @TagNumber.new(13)
set chargeNativeAsAssetTxPayment (bool v)

Implementation

@$pb.TagNumber(13)
set chargeNativeAsAssetTxPayment($core.bool v) {
  $_setBool(12, v);
}