GetUtxoListParams: {
    limit?: number;
    pageNo: number;
} & ({
    paymentAddress: string;
} | {
    rewardAddress: string;
})

Type declaration

  • Optional limit?: number
  • pageNo: number