pyocf.primitives.objects.transactions.issuertransaction

Abstract transaction object to be extended by all transaction objects that affect the issuer

pydantic model pyocf.primitives.objects.transactions.issuertransaction.IssuerTransaction

Abstract transaction object to be extended by all transaction objects that affect the issuer

field issuer_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier of the Issuer object, a subject of this transaction')] [Required]

Identifier of the Issuer object, a subject of this transaction