chore: update generated types from openapi schema

This commit is contained in:
Matthew Little
2021-12-09 22:00:14 +01:00
parent dd2d696b23
commit 713903e5ab

5
docs/generated.d.ts vendored
View File

@@ -1023,7 +1023,10 @@ export interface AddressTransactionWithTransfers {
/**
* Non Fungible Token asset value.
*/
value: string;
value: {
hex: string;
repr: string;
};
/**
* Principal that sent the asset.
*/