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

[Substream Proposal] atomicassets #12

Open
4 tasks
DenisCarriere opened this issue Dec 13, 2022 · 0 comments
Open
4 tasks

[Substream Proposal] atomicassets #12

DenisCarriere opened this issue Dec 13, 2022 · 0 comments
Assignees

Comments

@DenisCarriere
Copy link
Contributor

Substream

  • filter by contract = atomicassets

Protobuf

message Actions {
  repeated Action actions = 1;
}

message Action {
  uint32 block_num = 1;
  google.protobuf.Timestamp timestamp = 2;
  string transaction_id = 3;
  string account = 4;
  string name = 5;
  string json_data = 6;
}

Modules

  • map_actions
  • map_transfers
    • transfer
  • map_logs
    • logtransfer
    • lognewoffer
    • lognewtempl
    • logmint
    • logsetdata
    • logbackasset
    • logburnasset

Headers

https://github.com/pinknetworkx/atomicassets-contract/blob/master/include/atomicassets.hpp

Actions

  • init
  • admincoledit
  • setversion
  • addconftoken
  • transfer
  • createcol
  • setcoldata
  • addcolauth
  • remcolauth
  • addnotifyacc
  • remnotifyacc
  • setmarketfee
  • forbidnotify
  • createschema
  • extendschema
  • createtempl
  • locktemplate
  • mintasset
  • setassetdata
  • announcedepo
  • withdraw
  • backasset
  • burnasset
  • createoffer
  • canceloffer
  • acceptoffer
  • declineoffer
  • payofferram
  • logtransfer
  • lognewoffer
  • lognewtempl
  • logmint
  • logsetdata
  • logbackasset
  • logburnasset
@DenisCarriere DenisCarriere self-assigned this Dec 13, 2022
@DenisCarriere DenisCarriere changed the title Implement atomicassets Substream [Substream Proposal] atomicassets Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant