@tributary-so/sdk
    Preparing search index...

    Class TokenAccountBuilder

    Fluent builder for AssertTokenAccount / AssertTokenAccountMulti.

    Each field method appends an assertion. build() auto-selects the single instruction (1 assertion) or the multi instruction (>1 assertions, saves space + compute).

    Index

    Constructors

    Methods

    • Assert the close_authority field (null = none).

      Parameters

      • value: PublicKey | null
      • operator: EqOpString | EquatableOperator = "=="

      Returns this

    • Assert the delegate field (null = no delegate).

      Parameters

      • value: PublicKey | null
      • operator: EqOpString | EquatableOperator = "=="

      Returns this