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

Update action return value struct for sellram & buyram #52

Closed
2 tasks done
ericpassmore opened this issue Feb 6, 2024 · 0 comments
Closed
2 tasks done

Update action return value struct for sellram & buyram #52

ericpassmore opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@ericpassmore
Copy link
Contributor

ericpassmore commented Feb 6, 2024

Update action return value struct:

  • action_return_sellram: bytes => bytes_sold
  • action_return_buyram: bytes => bytes_purchased

sellram

struct action_return_sellram {
      name account;
      asset quantity;
      int64_t bytes_sold;
      int64_t ram_bytes;
}

buyram

struct action_return_buyram {
      name payer;
      name receiver;
      asset quantity;
      int64_t bytes_purchased;
      int64_t ram_bytes;
};
@ericpassmore ericpassmore self-assigned this Feb 6, 2024
@DenisCarriere DenisCarriere changed the title Change return values to bytes_sold in sellram action return Update action return value struct for sellram & buyram Feb 6, 2024
ericpassmore added a commit that referenced this issue Feb 6, 2024
updated to bytes_sold and bytes_purchased
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant