我有一个要求,我需要传入一些字节,我需要在 Substrate 2.0 中从中创建一个 accountId。
有没有办法在运行时(FRAME)之间AccountId32和<T as frame_system::Trait>::AccountId中进行转换?或者创建一个<T as frame_system::Trait>::AccountIdfrom 字节的实例?
AccountId32
<T as frame_system::Trait>::AccountId
谢谢
parity blockchain substrate polkadot
blockchain ×1
parity ×1
polkadot ×1
substrate ×1