Closed skilesare closed 2 months ago
I think we are going to have to initially query the set of active broadcasters. More later but wanted to document the issue.
In some instances, this may be just a broadcaster on your subnet. In others, it may be any canister. We need an end point to retrieve them.
icrc72_get_valid_broadcaster: () -> async vec principal; //let the implementation decide
Added icrc72_get_valid_broadcaster
I think we are going to have to initially query the set of active broadcasters. More later but wanted to document the issue.
In some instances, this may be just a broadcaster on your subnet. In others, it may be any canister. We need an end point to retrieve them.
icrc72_get_valid_broadcaster: () -> async vec principal; //let the implementation decide