InfraBlockchain/infra-substrate

implement SystemTokenInterface functions

Closed this issue · 1 comments

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Motivation

The detail of SystemTokenInterface functions should be implemented.

Request

Two function is needed
1.

fn convert_to_relay_system_token(
		para_id: ParachainId,
		asset_id: ParachainAssetId,
	) -> Option<RelayChainAssetId>;
	fn adjusted_weight(asset_id: RelayChainAssetId) -> VoteWeight; 

Solution

No response

Are you willing to help with this request?

Yes!

closed as it is merged