record attribute types in registry.ts

This commit is contained in:
0xmuralik 2022-12-26 11:22:03 +05:30
parent eaafeb9107
commit c0f71b0b8f

View File

@ -46,6 +46,13 @@ const MSG_SET_RECORD_TYPES = {
{ name: 'deleted', type: 'bool' },
{ name: 'attributes', type: 'string' },
],
TypePayloadRecordAttributes: [
{ name: 'url', type: 'string' },
{ name: 'repo_registration_record_cid', type: 'string' },
{ name: 'build_artifact_cid', type: 'string' },
{ name: 'tls_cert_cid', type: 'string' },
{ name: 'type', type: 'string' },
],
TypePayloadSignatures: [
{ name: 'sig', type: 'string' },
{ name: 'pub_key', type: 'string' }