• Parameters

    Returns {
        input: {
            outputIndex: number;
            txHash: string;
        };
        output: {
            address: string;
            amount: {
                quantity: string;
                unit: string;
            }[];
            scriptRef: string;
        };
    }

    • input: {
          outputIndex: number;
          txHash: string;
      }
      • outputIndex: number
      • txHash: string
    • output: {
          address: string;
          amount: {
              quantity: string;
              unit: string;
          }[];
          scriptRef: string;
      }
      • address: string
      • amount: {
            quantity: string;
            unit: string;
        }[]
      • scriptRef: string

Generated using TypeDoc