-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalize metadata #48
Comments
@Dreyhh pero tienes multiples transacciones por vault, donde guardarias el metadata del vault(nombre, description) en su propio evento? |
el contenido del evento puede ser cualquier JSON, se puede definir algo como { vaultMetadata: {} , transactionsMetadata : { trx1: {} , trx2: {}, ... } }, basicamente usar el mismo kind y logica del metodo actual solo que en lugar de generar un evento por cada trxid, seria un solo evento por vault. |
Tendria 2 preocupaciones principales:
|
|
1.- Si habria que ver cual es el limite, teniendo en cuenta que es posible que en un futuro queramos guardar mas metadata relacionada a una trx |
|
|
The transaction metadata can be generalized to vault metadata, this will allow metadata for vaults such as name and description. This will also help by separating the vault and its metadata so that PublishedPolicy objects are only constructed when needed.
The text was updated successfully, but these errors were encountered: