Class ResourceRef


  • public class ResourceRef
    extends PathResponse
    ResourceRef names a single resource. Only one of the fields should be set.
    • Field Detail

      • applicationId

        public Long applicationId
        (p) Application id whose GlobalState may be read by the executing ApprovalProgram or ClearStateProgram.
      • assetId

        public Long assetId
        (s) Asset whose AssetParams may be read by the executing ApprovalProgram or ClearStateProgram.
      • box

        public BoxReference box
        BoxReference names a box by its name and the application ID it belongs to.
      • holding

        public HoldingRef holding
        HoldingRef names a holding by referring to an Address and Asset it belongs to.
      • local

        public LocalsRef local
        LocalsRef names a local state by referring to an Address and App it belongs to.
    • Constructor Detail

      • ResourceRef

        public ResourceRef()