Custom 2FA
Last updated
{
"messages": [
{
"typeUrl": "/tokenization.MsgUniversalUpdateCollection",
"value": {
"standards": ["Custom-2FA"],
"collectionApprovals": [{
"fromListId": "Mint",
"toListId": "All",
"initiatedByListId": "bb1manager...",
"approvalId": "2fa-mint",
"tokenIds": [{ "start": "1", "end": "18446744073709551615" }],
"transferTimes": [{ "start": "1", "end": "18446744073709551615" }],
"ownershipTimes": [{ "start": "1", "end": "18446744073709551615" }],
"approvalCriteria": {
"overridesFromOutgoingApprovals": true,
"autoDeletionOptions": { "allowPurgeIfExpired": true }
}
}]
}
},
{
"typeUrl": "/tokenization.MsgTransferTokens",
"value": {
"collectionId": "0",
"transfers": [{
"from": "Mint",
"toAddresses": ["bb1recipient..."],
"balances": [{
"amount": "1",
"tokenIds": [{ "start": "1", "end": "1" }],
"ownershipTimes": [{ "start": "1706000000000", "end": "1706000300000" }]
}]
}]
}
}
]
}