mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-29 05:15:32 +08:00
chore: update generated types from openapi schema
This commit is contained in:
5
docs/generated.d.ts
vendored
5
docs/generated.d.ts
vendored
@@ -1023,7 +1023,10 @@ export interface AddressTransactionWithTransfers {
|
||||
/**
|
||||
* Non Fungible Token asset value.
|
||||
*/
|
||||
value: string;
|
||||
value: {
|
||||
hex: string;
|
||||
repr: string;
|
||||
};
|
||||
/**
|
||||
* Principal that sent the asset.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user