• Parameters

    • context: Pick<Context, "rpc" | "eddsa" | "programs">
    • seeds: {
          bucketIndex: number;
          genesisAccount: PublicKey<string>;
      }
      • bucketIndex: number

        The index of the bucket

      • genesisAccount: PublicKey<string>

        The address of the genesis account

    • Optional options: RpcGetAccountOptions

    Returns Promise<VaultBucketV2>

Generated using TypeDoc