blockchain - Can hashing be done in compact on the client side using persistentHash? - Stack Overflow

I'm using Midnight and learning compact. I'm hoping to get some clarification on the persiste

I'm using Midnight and learning compact. I'm hoping to get some clarification on the persistentHash function (export declare function persistentHash<a>(rt_type: CompactType<a>, value: a): Uint8Array;) , especially for rt_type

Is this possible to do the same hashing in Compact on the client side? Can persistentHash be used to do the same thing?

export enum Role {
    Owner,
    None
};    
const roleHash = persistent_hash<Vector<1, Role>>([Role.Owner]);

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743757864a4502086.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信