Arcium LogoArcium TS SDK Docs

claimComputationRent

claimComputationRent(provider, clusterOffset, computationOffset, confirmOptions?): Promise<string>

Reclaim the rent locked in a finished computation account.

Parameters

ParameterTypeDescription
providerAnchorProviderAnchor provider to use for transactions.
clusterOffsetnumberOffset of the cluster that ran the computation.
computationOffsetBNOffset of the computation whose rent is being claimed.
confirmOptions?ConfirmOptionsTransaction confirmation options.

Returns

Promise<string>

Transaction signature.

On this page