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

Depositor 🚅 #2

Closed
bekauz opened this issue Jun 2, 2023 · 0 comments
Closed

Depositor 🚅 #2

bekauz opened this issue Jun 2, 2023 · 0 comments
Assignees

Comments

@bekauz
Copy link
Collaborator

bekauz commented Jun 2, 2023

pub struct InstantiateMsg {
    stAtomReceiver: WeightedReceiver,
    atomReceiver: WeightedReceiver,
    clockAddr: Addr,
}

pub enum ExecuteMsg {
    Tick {},
    Received {},
}

pub enum QueryMsg {
    QueryStAtomReceiver {},
    QueryAtomReceiver {},
    ClockAddress {},
}

Where

pub struct WeightedReceiver {
  amount: Uint128,
  address: String,
}
@bekauz bekauz self-assigned this Jun 4, 2023
This was referenced Jun 15, 2023
@bekauz bekauz closed this as completed Jun 29, 2023
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

No branches or pull requests

1 participant