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

Add account info getter #111

Closed
wants to merge 11 commits into from
Closed

Add account info getter #111

wants to merge 11 commits into from

Conversation

clangenb
Copy link
Member

@clangenb clangenb commented Oct 9, 2024

No description provided.

Comment on lines -78 to +80
readonly isFreeBalance: boolean;
readonly asFreeBalance: AccountId;
readonly isReservedBalance: boolean;
readonly asReservedBalance: AccountId;
readonly isNonce: boolean;
readonly asNonce: AccountId;
readonly type: 'FreeBalance' | 'ReservedBalance' | 'Nonce';
readonly isAccountInfo: boolean;
readonly asAccountInfo: AccountId;
readonly type: 'AccountInfo';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been generated by a subsequent yarn generated:types

@clangenb
Copy link
Member Author

clangenb commented Oct 9, 2024

Split into #112 and #113

@clangenb clangenb closed this Oct 9, 2024
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

Successfully merging this pull request may close these issues.

1 participant