Skip to content

Update dependency to @wharfkit/antelope instead of @greymass/eosio #1

Description

@DenisCarriere

Causing some Type conflicts when using latest @wharfkit/antelope

Example

import { TimePointSec } from '@wharfkit/antelope'
import { Blockchain } from '@eosnetwork/vert'

const blockchain = new Blockchain()

const time = TimePointSec.fromInteger(600);
await blockchain.addTime(time);

❌ Argument of type 'TimePointSec' is not assignable to parameter of type 'TimePoint | TimePointSec'.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions