feat: add linkedMemoAmount to resource

This commit is contained in:
steven
2022-10-03 09:39:49 +08:00
parent 05e46ee4a8
commit 85dc29bfb9
3 changed files with 14 additions and 1 deletions

View File

@ -13,6 +13,9 @@ type Resource struct {
Blob []byte `json:"-"`
Type string `json:"type"`
Size int64 `json:"size"`
// Related fields
LinkedMemoAmount int `json:"linkedMemoAmount"`
}
type ResourceCreate struct {