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

Create base denom implementation #21597

Open
julienrbrt opened this issue Sep 9, 2024 · 0 comments
Open

Create base denom implementation #21597

julienrbrt opened this issue Sep 9, 2024 · 0 comments

Comments

@julienrbrt
Copy link
Member

julienrbrt commented Sep 9, 2024

type AssetInterface interface {
    Transfer(ctx context.Context, from sdk.AccAddress, to sdk.AccAddress, amount sdk.Coin) error
    Mint(ctx context.Context, to sdk.AccAddress, amount sdk.Coin) error
    Burn(ctx context.Context, from sdk.AccAddress, amount sdk.Coin) error
    Balance(ctx context.Context, account sdk.AccAddress) (sdk.Coin, error)
    OnBalanceOf(ctx context.Context, account sdk.AccAddress) error
}
@julienrbrt julienrbrt self-assigned this Sep 9, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Sep 9, 2024
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Sep 9, 2024
@julienrbrt julienrbrt added C:x/bank/v2 and removed needs-triage Issue that needs to be triaged labels Sep 9, 2024
@julienrbrt julienrbrt mentioned this issue Sep 12, 2024
10 tasks
@julienrbrt julienrbrt removed their assignment Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant