Type Alias: SharedObjectReference
type SharedObjectReference = {
initialSharedVersion: VersionLike;
mutable: boolean;
objectId: ObjectIdLike;
};
A shared object input to a programmable transaction
Properties
initialSharedVersion
initialSharedVersion: VersionLike;
mutable
mutable: boolean;
objectId
objectId: ObjectIdLike;