Skip to content

Add toBigInt #256

@gonzaotc

Description

@gonzaotc

Add toBigInt to the Decimal class to facilitate conversion between types.

i.e

const toBigInt = (x: Decimal): BigInt => BigInt(x.toString());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions