Interface GetTransactionDetailsDto

interface GetTransactionDetailsDto {
    txHash: string;
}

Properties

Properties

txHash: string