Uses of Class
convex.core.transactions.Call
Packages that use Call
-
Uses of Call in convex.core.transactions
Methods in convex.core.transactions that return CallModifier and TypeMethodDescriptionstatic CallCall.create(Address address, long sequence, Address target, long offer, Symbol functionName, AVector<ACell> args) static CallCall.create(Address address, long sequence, Address target, Symbol functionName, AVector<ACell> args) static CallReads a Call Transaction from a Blob encodingCall.updateRefs(IRefFunction func) Call.withOrigin(Address newAddress) Call.withSequence(long newSequence)