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

feat: Add Position API #290

Merged
merged 5 commits into from
Apr 6, 2022
Merged

feat: Add Position API #290

merged 5 commits into from
Apr 6, 2022

Conversation

urushibata-k
Copy link
Collaborator

close #287

1:CREATING
2:CHANGING
3:SET
"""
UNSET = 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

    """Account schema (Response)"""
    issuer_address: str
    rsa_public_key: Optional[str]
    rsa_status: int
    rsa_status: AccountRsaStatus
    is_deleted: bool

image

# Validate Headers
validate_headers(issuer_address=(issuer_address, address_is_valid_address))

# Get E2E Messaging
Copy link
Member

Choose a reason for hiding this comment

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

コメントの訂正が必要です。

Copy link
Member

Choose a reason for hiding this comment

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

修正済み

@YoshihitoAso YoshihitoAso merged commit 2b2c791 into dev-22.6 Apr 6, 2022
@YoshihitoAso YoshihitoAso deleted the feature/#287 branch April 6, 2022 10:04
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.

[Holders] Get balance list and balance for an account
2 participants