Type Alias PlatformContractNotFoundError

PlatformContractNotFoundError: {
    type: "PLATFORM_CONTRACT_NOT_FOUND";
    message?: string;
}

Type declaration

  • type: "PLATFORM_CONTRACT_NOT_FOUND"
  • Optionalmessage?: string