Skip to main content

ApplyStage

@midnight-ntwrk/wallet-api v5.0.0Readme | API


@midnight-ntwrk/wallet-api v5.0.0 / ApplyStage

Type alias: ApplyStage

type ApplyStage: "FailEntirely" | "FailFallible" | "SucceedEntirely";

The status of the transaction

Remarks

  • FailEntirely - transaction failed and no part of it was applied
  • FailFallible - the fallible part of the transaction failed, but the guaranteed part succeeded
  • SucceedEntirely - transaction succeeded