Skip to content

Allow querying all granted allowances to a spender #756

@abefernan

Description

@abefernan

I propose implementing a QueryMsg::AllGrantedAllowances similar to QueryMsg::AllAllowances that allows querying all of the allowances that have been made to a spender's address, with this API:

AllGrantedAllowances {
    spender: String,
    start_after: Option<String>,
    limit: Option<u32>,
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions