Type Alias GenericTxCall<_, F>

GenericTxCall<_, F>: F & {
    meta?: PalletTxMetadataLatest;
}

Type Parameters