Function getCargoPodsByAuthority

  • Get CargoPod accounts owned by the provided authority

    Returns

    array of Cargo Pods

    Parameters

    • connection: Connection

      Solana connection

    • cargoProgram: CargoIDLProgram

      the SAGE program

    • authority: PublicKey

      the authority

    Returns Promise<DecodedAccountData<CargoPod>[]>

Generated using TypeDoc