Type alias CustomTransactionCreateInput

CustomTransactionCreateInput: {
    code: Scalars["String"];
    metadataScript: Scalars["String"];
    name: Scalars["String"];
}

Type declaration

  • code: Scalars["String"]

    The code of the custom transaction written in cadence

  • metadataScript: Scalars["String"]

    The associated metadata script of the transaction, if it exists

  • name: Scalars["String"]

    a user friendly name for the transaction

Generated using TypeDoc