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

Introduce checksumed address #22

Closed
5 of 7 tasks
joojis opened this issue Jun 20, 2018 · 3 comments
Closed
5 of 7 tasks

Introduce checksumed address #22

joojis opened this issue Jun 20, 2018 · 3 comments
Assignees
Labels
documentation enhancement New feature or request

Comments

@joojis
Copy link
Contributor

joojis commented Jun 20, 2018

Code base

  • Rename from Address to AccountId
  • Import Bech32

Platform Account Address

  • PlatformAccountAddress primitive
  • SDK.sendCCC = ({ account id, amount }) => Parcel with payment action
  • ...

Asset Transfer Address

  • AssetTransferAddress primitive
  • Asset.transfer = ({address, amount}[]) => AssetTransferTransaction
  • AssetScheme.mint = ({address, amount}) => AssetMintTransaction
  • ...
@joojis joojis self-assigned this Jun 20, 2018
@joojis joojis added the enhancement New feature or request label Jun 26, 2018
@joojis
Copy link
Contributor Author

joojis commented Jun 26, 2018

Address classes are added by the followings:
33f0e9c
4e84f38

@joojis
Copy link
Contributor Author

joojis commented Jun 28, 2018

mint() and transfer() are implemented

AssetScheme.mint(): bec4024
Asset.transfer(): be7e7ed

@joojis
Copy link
Contributor Author

joojis commented Jul 13, 2018

The remainder moved: #65

@joojis joojis closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant