ResourceRef
ResourceRef =
object
Defined in: packages/indexer_client/src/models/resource-ref.ts:13
ResourceRef names a single resource. Only one of the fields should be set.
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:Address
Defined in: packages/indexer_client/src/models/resource-ref.ts:17
[d] Account whose balance record is accessible by the executing ApprovalProgram or ClearStateProgram.
applicationId?
Section titled “applicationId?”
optionalapplicationId:bigint
Defined in: packages/indexer_client/src/models/resource-ref.ts:23
[p] Application id whose GlobalState may be read by the executing ApprovalProgram or ClearStateProgram.
assetId?
Section titled “assetId?”
optionalassetId:bigint
Defined in: packages/indexer_client/src/models/resource-ref.ts:29
[s] Asset whose AssetParams may be read by the executing ApprovalProgram or ClearStateProgram.
optionalbox:BoxReference
Defined in: packages/indexer_client/src/models/resource-ref.ts:30
holding?
Section titled “holding?”
optionalholding:HoldingRef
Defined in: packages/indexer_client/src/models/resource-ref.ts:31
local?
Section titled “local?”
optionallocal:LocalsRef
Defined in: packages/indexer_client/src/models/resource-ref.ts:32