Function subxt::tx::dynamic

source ·
pub fn dynamic<'a>(
    pallet_name: impl Into<Cow<'a, str>>,
    call_name: impl Into<Cow<'a, str>>,
    fields: impl Into<Composite<()>>
) -> DynamicTxPayload<'a>
Expand description

Construct a new dynamic transaction payload to submit to a node.