Type Alias thaw_private

thaw_private: TxDescriptor<{
    index: number;
    maybe_proportion?: bigint;
}>

Reduce or remove an outstanding receipt, placing the according proportion of funds into the account of the owner.

  • origin: Must be Signed and the account must be the owner of the receipt index as well as any fungible counterpart.
  • index: The index of the receipt.
  • portion: If Some, then only the given portion of the receipt should be thawed. If None, then all of it should be.