@allbridge/bridge-core-sdk
    Preparing search index...

    Interface SolUtils

    Contains usefully Solana methods

    interface SolUtils {
        addMemoToTx(
            transaction: VersionedTransaction,
            memo: string,
        ): Promise<void>;
    }
    Index

    Methods

    Methods

    • Add memo to solana's transaction

      Parameters

      • transaction: VersionedTransaction

        transaction to add memo

      • memo: string

        memo to add (28 char max)

      Returns Promise<void>