Xandeum Web3 Library - v1.12.0
    Preparing search index...

    Function armageddon

    • Constructs a Solana transaction that triggers the "armageddon" instruction on the specified file system (fsid).

      Parameters

      • fsid: string

        A stringified integer representing the file system ID to be used in the instruction.

      • wallet: PublicKey

        The public key of the wallet that will sign and authorize the transaction.

      Returns Promise<Transaction>

      A Promise that resolves to a Solana Transaction object containing the armageddon instruction.