Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to support UInt256 with big.Int #44

Open
iam047801 opened this issue Aug 31, 2022 · 0 comments
Open

Request to support UInt256 with big.Int #44

iam047801 opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@iam047801
Copy link

iam047801 commented Aug 31, 2022

It would be great if we could use structures like this:

type Data struct {
	Int *big.Int `ch:"type:UInt256"`
}

Currently UInt256 type is not supported and *big.Int maps to String type by default.

@vmihailenco vmihailenco added the enhancement New feature or request label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants