chargeNativeAsAssetTxPayment property
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);
Implementation
@$pb.TagNumber(13)
set chargeNativeAsAssetTxPayment($core.bool v) {
$_setBool(12, v);
}