Type alias BuildTxArgBySchemaType<Type, Prefix>

BuildTxArgBySchemaType<Type, Prefix>: Type extends Field ? Parameters<Type["serialize"]>[0] : Type extends FIELD_TYPES ? BuildFieldTypes<Prefix>[Type] : never

Type Parameters

Generated using TypeDoc