Created
January 15, 2022 08:17
-
-
Save 2075/c40b3be8d0b206cb922ca3ae7f0d073c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Address": "MultiAddress", | |
"LookupSource": "MultiAddress", | |
"AccountInfo": "AccountInfoWithDualRefCount", | |
"AccountInfoWithDualRefCount": { | |
"nonce": "Index", | |
"consumers": "RefCount", | |
"providers": "RefCount", | |
"data": "AccountData" | |
}, | |
"Body": { | |
"id": "Hash", | |
"index": "u128", | |
"creator": "AccountId", | |
"name": "Vec<u8>", | |
"cid": "Vec<u8>", | |
"body": "ControlType", | |
"created": "BlockNumber", | |
"mutated": "BlockNumber" | |
}, | |
"BConfig": { | |
"fee_model": "ControlFeeModel", | |
"fee": "Balance", | |
"gov_asset": "u8", | |
"pay_asset": "u8", | |
"access": "ControlAccessModel", | |
"member_limit": "u64" | |
}, | |
"ControlType": "u8", | |
"ControlState": "u8", | |
"ControlMemberState": "u8", | |
"ControlFeeModel": "u8", | |
"ControlAccessModel": "u8", | |
"RealmIndex": "u64", | |
"ClassIndex": "u64", | |
"ItemIndex": "u64", | |
"TotalIndex": "u128", | |
"BurnedIndex": "u128", | |
"TangramRealm": { | |
"id": "Hash", | |
"org": "Hash", | |
"index": "u128" | |
}, | |
"TangramRealmMetadata": { | |
"id": "Hash", | |
"name": "Vec<u8>", | |
"cid": "Vec<u8>", | |
"created": "BlockNumber", | |
"mutated": "BlockNumber" | |
}, | |
"TangramClass": { | |
"id": "Hash", | |
"realm": "Hash", | |
"org": "Hash", | |
"index": "u128", | |
"cid": "Vec<u8>" | |
}, | |
"TangramClassMetadata": { | |
"id": "Hash", | |
"name": "Vec<u8>", | |
"cid": "Vec<u8>", | |
"created": "BlockNumber", | |
"mutated": "BlockNumber" | |
}, | |
"MomentOf": "Moment", | |
"TangramItem": { | |
"dob": "MomentOf", | |
"dna": "Hash" | |
}, | |
"TangramMetadata": { | |
"realm": "RealmIndex", | |
"class": "ClassIndex", | |
"name": "Vec<u8>", | |
"cid": "Vec<u8>" | |
}, | |
"TangramId": "Hash", | |
"TangramItemOf": "TangramItem", | |
"Campaign": { | |
"id": "Hash", | |
"owner": "AccountId", | |
"admin": "AccountId", | |
"deposit": "Balance", | |
"expiry": "BlockNumber", | |
"cap": "Balance", | |
"name": "Vec<u8>", | |
"protocol": "FlowProtocol", | |
"governance": "FlowGovernance", | |
"cid": "Vec<u8>", | |
"created": "Timestamp" | |
}, | |
"EventMessage": "Vec<u8>", | |
"Nonce": "u64", | |
"FlowProtocol": "u8", | |
"FlowGovernance": "u8", | |
"FlowState": "u8", | |
"campaign_id": "Hash", | |
"contribution": "Balance", | |
"Timestamp": "Moment", | |
"EventMessage": "Vec<u8>", | |
"Nonce": "u64", | |
"Proposal": { | |
"proposal_id": "Hash", | |
"context_id": "Hash", | |
"proposal_type": "ProposalType", | |
"voting_type": "VotingType", | |
"start": "BlockNumber", | |
"expiry": "BlockNumber" | |
}, | |
"ProposalMetadata": { | |
"title": "Vec<u8>", | |
"cid": "Vec<u8>", | |
"amount": "Balance" | |
}, | |
"ProposalState": "u8", | |
"ProposalType": "u8", | |
"VotingType": "u8", | |
"TitleText": "Vec<u8>", | |
"CID": "Vec<u8>", | |
"Entity": { | |
"account": "AccountId", | |
"index": "u128", | |
"cid": "Vec<u8>", | |
"created": "BlockNumber", | |
"mutated": "BlockNumber" | |
}, | |
"EntityProperty": { | |
"value": "u64", | |
"mutated": "BlockNumber" | |
}, | |
"State":"FlowState" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment