2.7.0 • Published 8 months ago

@astariaxyz/dto v2.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

astaria-dto

Shared data-transfer objects for E2E type-safety :sparkles:

Installation

To install and set up the library, run:

$ yarn add viem @astariaxyz/sdk @astariaxyz/dto

Or if you prefer using npm:

$ npm install --save viem @astariaxyz/sdk @astariaxyz/dto

Usage

CommonJS:

const { OffersByAssetResponseSchema } = require('@astariaxyz/dto');

ES Modules:

import { OffersByAssetResponseSchema } from '@astariaxyz/dto';

OffersByAssetResponseSchema.parse({
  offers: [
    {
      id: '0x3d676ddad6c1e106c587d8aa92be4ee6a4f1a805e4fedbeb28b27af9fe8d8593',
      owner: '0x252537940740629AE6C83f6c5F1459c2f8F6Eb3e',
      asset: '0xd6ef92fa2ef2cb702f0bfff54b111b076ac0237d',
      amount: '777',
      price: '0.000000000000000001',
      expiresAt: '2021-09-30T00:00:00.000Z',
      createdAt: '2021-09-29T00:00:00.000Z',
    },
  ],
});
2.7.0

8 months ago

2.6.0

8 months ago

2.5.2

8 months ago

2.5.1

8 months ago

2.5.0

8 months ago

2.4.1

8 months ago

2.4.0

8 months ago

2.3.0

8 months ago

2.2.0

8 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago