ContributorTokenTx: {
    escrowAddress: string;
    includedAt: string;
    lovelace?: number;
    projectHash?: string;
    tokens?: number;
    txHash: string;
    type: "Commit" | "Distribute";
}

Type declaration

  • escrowAddress: string
  • includedAt: string
  • Optional lovelace?: number
  • Optional projectHash?: string
  • Optional tokens?: number
  • txHash: string
  • type: "Commit" | "Distribute"

Generated using TypeDoc