Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

eosio powerup ABI type is invalid #589

Open
pur3miish opened this issue Jun 29, 2022 · 0 comments
Open

eosio powerup ABI type is invalid #589

pur3miish opened this issue Jun 29, 2022 · 0 comments

Comments

@pur3miish
Copy link

Description

On the eosio contract the powerup action ABI states net_frac: int64 cpu_frac: int64 stating that the data type is int64, however when interacting with the function from within the smart contract it requires us to use an unsigned integer uint64_t to power up, this has a discrepancy between working from within the smart contract and when serialising data type to send over RPC_URL.

Screen Shot 2022-06-30 at 8 13 52 am

I am looking for some clarification and the motivation behind this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant