TransactionInput: {
    address: string | null;
    datum: {
        hash: string;
        value: string;
    } | undefined;
    index: number;
    scriptRef: Types.ScriptRef | undefined;
    tokens: {
        assetId: string;
        assetName: string;
        fingerprint: string;
        policyId: string;
        value: string;
    }[] | undefined;
    txId: string;
    value: string;
}

Type declaration

  • address: string | null
  • datum: {
        hash: string;
        value: string;
    } | undefined
  • index: number
  • scriptRef: Types.ScriptRef | undefined
  • tokens: {
        assetId: string;
        assetName: string;
        fingerprint: string;
        policyId: string;
        value: string;
    }[] | undefined
  • txId: string
  • value: string