@cfxlabsinc/b2b-services
    Preparing search index...

    Admin reads/writes for the Victor ledger-program registry.

    Programs are keyed by the opaque victorLedgerProgramId that FBO victor_account rows carry. Rows are backfilled from existing program ids and created on demand here, so the only editable field is the deposit-instruction beneficiaryName override — the rest is provisioned out-of-band.

    Index

    Constructors

    Methods

    • Set the deposit-instruction beneficiary override for a program, keyed by its Victor ledger program id. Creates the registry row if it doesn't exist yet (with a placeholder name operators can rename), else updates only beneficiaryName. An empty/blank value clears the override (falls back to the bank template).

      Parameters

      • args: { beneficiaryName: string | null; victorLedgerProgramId: string }

      Returns Promise<{ ok: true; value: VictorProgram }>